Skip to content
GeoDataAsset.md 1.06 KiB
Newer Older
Simon Pastor's avatar
Simon Pastor committed
# GeoDataAsset

## 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]
Simon Pastor's avatar
Simon Pastor committed
**AssetName** | **string** | Name of geospatial asset | [default to null]
**AssetType** | **string** | Asset type | [default to null]
Simon Pastor's avatar
Simon Pastor committed
**SubType** | **string** | Asset sub-type | [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)