Table of Contents
About #
Location specification, either as three words or a pair of latitude and longitude coordinates.
Enumerations #
This object exposes no enumerations.
Constants #
This object exposes no constants.
Events #
This object exposes no events.
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Constructor | lat as Double lng as Double resolve as Boolean = False | None | Creates a new instance of the class. When resolve = True, the class will synchronously attempt to resolve the coordinates to their three word value. Setting resolve to True is not recommended for Web applications. |
Constructor | words as String resolve as Boolean = False | None | Creates a new instance of the class. When resolve = True, the class will synchronously attempt to resolve the three words value to its corresponding map coordinates. Setting resolve to True is not recommended for Web applications. |
IsValid | None | Boolean | Validates the Latitude and Longitude values supplied. Will always return True if only a Words value is set. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Latitude | Double | 0 | Latitude coordinate |
Longitude | Double | 0 | Longitude coordinate |
Words | String | Empty | Three words value |