# MapPoint
Class
## Attributes
| Name | Value |
| --- | --- |
| HideFromLibrary | |
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | lat as Double <br> lng as Double <br> resolve as Boolean = False | (None) | Creates a new instance of the class. |
| Constructor | words as String <br> resolve as Boolean = False | (None) | Creates a new instance of the class. |
| IsValid | (None) | Boolean | Determines if the point is a valid set of world coordinates. |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Latitude | Double | Nil | Latitude coordinate. |
| Longitude | Double | Nil | Longitude coordinate. |
| Words | String | Nil | W3W set. |