| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The id of the poi |
unsigned integer |
None. |
| Name |
The name of the poi |
string |
None. |
| RadiusMetres |
The radius of the poi in metres |
decimal number |
None. |
| Latitude |
The latitude of the poi |
decimal number |
None. |
| Longitude |
The longitude of the poi |
decimal number |
None. |
| Street |
The street of the poi |
string |
None. |
| Town |
The town of the poi |
string |
None. |
| Country |
The country of the poi |
string |
None. |
| Postcode |
The postcode of the poi |
string |
None. |
| PolygonPoints |
If the poi is a polygon, points will be stored here otherwise the value will be null |
Collection of MatrixV2PolygonPoint |
None. |