Namespace GSBrowser
A static class providing information about the user agent hosting the Maps API.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Property Attributes | Property Name and Description |
|---|---|
| <static> |
GSBrowser.canvas
true if the browser supports the Canvas element |
| <static> |
GSBrowser.isAndroid
true if the browser is running on Anrdoid platform |
| <static> |
GSBrowser.isCamino
true if the browser is Camino |
| <static> |
GSBrowser.isFirefox
true if the browser is Firefox |
| <static> |
GSBrowser.isGecko
true if the browser is Mozilla Gecko-based e.g. |
| <static> |
GSBrowser.isIE
true if the browser is Internet Explorer |
| <static> |
GSBrowser.isIE6up
true if the browser is IE6 or greater |
| <static> |
GSBrowser.isIE6x
true if the browser is IE6 |
| <static> |
GSBrowser.isIE7x
true if the browser is IE7 |
| <static> |
GSBrowser.isIE8x
true if the browser is IE8 |
| <static> |
GSBrowser.isIE9up
true if the browser is IE9 or greater |
| <static> |
GSBrowser.isIE9x
true if the browser is IE9 |
| <static> |
GSBrowser.isMobileWebkit
true if the browser uses mobile webkit |
| <static> |
GSBrowser.isOpera
true if the browser is Opera |
| <static> |
GSBrowser.isWebkit
true if the browser is WebKit-based e.g. |
| <static> |
GSBrowser.svg
true if the browser supports the Scalable Vector Graphics (SVG) language |
| Method Attributes | Method Name and Description |
|---|---|
|
Tests if the browser is capable of using CSS transformations
|
|
|
Tests if the browser is capable of using RGBa colors
|
|
|
Tests if the browser is compatible with the SmartFIND API
|
|
|
Tests if the browser is capable of displaying map features
created with the SmartFIND Vector Graphics API
|
Property Detail
<static>
{boolean}
GSBrowser.canvas
true if the browser supports the Canvas element
<static>
{boolean}
GSBrowser.isAndroid
true if the browser is running on Anrdoid platform
<static>
{boolean}
GSBrowser.isCamino
true if the browser is Camino
<static>
{boolean}
GSBrowser.isFirefox
true if the browser is Firefox
<static>
{boolean}
GSBrowser.isGecko
true if the browser is Mozilla Gecko-based e.g. Firefox
<static>
{boolean}
GSBrowser.isIE
true if the browser is Internet Explorer
<static>
{boolean}
GSBrowser.isIE6up
true if the browser is IE6 or greater
<static>
{boolean}
GSBrowser.isIE6x
true if the browser is IE6
<static>
{boolean}
GSBrowser.isIE7x
true if the browser is IE7
<static>
{boolean}
GSBrowser.isIE8x
true if the browser is IE8
<static>
{boolean}
GSBrowser.isIE9up
true if the browser is IE9 or greater
<static>
{boolean}
GSBrowser.isIE9x
true if the browser is IE9
<static>
{boolean}
GSBrowser.isMobileWebkit
true if the browser uses mobile webkit
<static>
{boolean}
GSBrowser.isOpera
true if the browser is Opera
<static>
{boolean}
GSBrowser.isWebkit
true if the browser is WebKit-based e.g. Safari
<static>
{boolean}
GSBrowser.svg
true if the browser supports the Scalable Vector Graphics (SVG) language
Method Detail
{boolean}
isCssTransformCapable()
Tests if the browser is capable of using CSS transformations
- Returns:
- {boolean}
trueif the browser supports CSS transformations
{boolean}
isRGBaCapable()
Tests if the browser is capable of using RGBa colors
- Returns:
- {boolean}
trueif the browser supports RGBa colors
{boolean}
isSmartfindCompatible()
Tests if the browser is compatible with the SmartFIND API
- Returns:
- {boolean}
trueif the browser is compatible
{boolean}
isVectorGraphicsCapable()
Tests if the browser is capable of displaying map features
created with the SmartFIND Vector Graphics API
- Returns:
- {boolean}
trueif the browser is vector graphics compatible