# GeoData ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Location** | [***Point**](Point.md) | | [optional] [default to null] **Radius** | **float32** | Optional - Radius (in meters) around the location | [optional] [default to null] **Path** | [***LineString**](LineString.md) | | [optional] [default to null] **EopMode** | **string** | 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** | **float32** | Speed of movement along path in m/s | [optional] [default to null] **D2dInRange** | **[]string** | | [optional] [default to null] **PoaInRange** | **[]string** | | [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)