TicketGeo
data class TicketGeo(val latitude: Double? = null, val longitude: Double? = null, val elevation: Double? = null) : Parcelable
A latitude/longitude pair (schema:GeoCoordinates).
A latitude/longitude pair (schema:GeoCoordinates).