Parking Event
@JsonClass(generateAdapter = true )
Represents a parking event. Example:
{
"location": {
"latitudeE7": 412518975,
"longitudeE7": 21683133,
"accuracyMetres": 19
},
"method": "EXITING_VEHICLE_SIGNAL",
"locationSource": "FROM_RAW_LOCATION",
"timestamp": "2022-02-27T14:47:16.731Z"
}
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(@Json(name = "location" ) location: Location, @Json(name = "method" ) method: ParkingMethod, @Json(name = "locationSource" ) locationSource: LocationSource, @Json(name = "timestamp" ) timestamp: ZonedDateTime)