GpsEventCoordsProfileModel
GPS event log coordinates data.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"heading": "Float",
"latitude": "Float",
"longitude": "Float",
"speed": "Float"
}
Fields
heading
Float, Required
Direction of travel at time of measurement.
- Less than 360.
- Greater than or equal to 0.
latitude
Float, Required
Latitude.
- Less than or equal to 90.
- Greater than or equal to -90.
longitude
Float, Required
longitude.
- Less than or equal to 180.
- Greater than or equal to -180.
speed
Float, Required
Rate of travel at time of measurement.
- Greater than or equal to 0.