CoordinateWithItineraryInfo
data class CoordinateWithItineraryInfo(val coordinate: Coordinate, val itineraryInfo: ItineraryInfo?)
Associates a Coordinate with the itinerary information computed toward it.
Associates a Coordinate with the itinerary information computed toward it.