GetVehicleMessage
Container: CCPServiceNamespace: System.Data.Objects
Summary
Gets positions of vehicles that are part of the requesters network.The positions returned are found in the bounds that the requester has provided.
Method
The HTTP method for this function import is GETThis function is composable
This means that the query can be further extended with OData Query Options (like $select, $filter, etc.)Parameters
| Name | Type | Summary |
|---|---|---|
| filterPresetId | Edm.Int32 | The FilterPreset id. |
| lngSW | Edm.Double | The South-West longitude. |
| latSW | Edm.Double | The South-West latitude. |
| lngNE | Edm.Double | The North-East longitude. |
| latNE | Edm.Double | The North-East latitude. |
| lifeTimeInMinutes | Edm.Int32 | How old the vehicle position may be in minutes. |
| includeAddresses* | Edm.Boolean | if set to <c>true</c> [include addresses]. |
Return
Type: Complex type - VehiclePositionModelIs collection: true