Position
@JsonClass(generateAdapter = true )
Represents a position with latitude/longitude, accuracy, altitude, source, timestamp, and speed.
Example JSON:
{
"LatLng": "40.712776°, -74.005974°",
"accuracyMeters": 5,
"altitudeMeters": 10.0,
"source": "GPS",
"timestamp": "2023-10-01T08:00:00.000Z",
"speedMetersPerSecond": 1.5
}
Content copied to clipboard