# GeoData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **location** | [**Point**](Point.md) | | [optional] [default to null] **radius** | [**BigDecimal**](number.md) | Optional - Radius (in meters) around the location | [optional] [default to null] **path** | [**LineString**](LineString.md) | | [optional] [default to null] **eopMode** | [**String**](string.md) | End-of-Path mode: <li>LOOP: When path endpoint is reached, start over from the beginning <li>REVERSE: When path endpoint is reached, return on the reverse path | [optional] [default to null] **velocity** | [**BigDecimal**](number.md) | Speed of movement along path in m/s | [optional] [default to null] **d2dInRange** | [**List**](string.md) | | [optional] [default to null] **poaInRange** | [**List**](string.md) | | [optional] [default to null] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)