See the dojox/geo/openlayers/_base reference documentation for more information.
The keyword arguments that can be passed in a JsonImport constructor.
The keyword arguments that can be passed in a Map constructor.
The keyword arguments that can be passed in a WidgetFeature constructor. You must define a least one widget retrieval parameter and the geo-localization parameters.
Defines the base layer types to be used at Map construction time or with the setBaseLayerType function.
Parses the specified string and returns degree minute second or decimal degree.
Parses the specified string and returns degree minute second or decimal degree.
Parameter | Type | Description |
---|---|---|
v | String | The string to parse |
toDecimal | Boolean | Specifies if the result should be returned in decimal degrees or in an array containing the degrees, minutes, seconds values. |
the parsed value in decimal degrees or an array containing the degrees, minutes, seconds values.