PointOfInterestWithItineraryInfo
data class PointOfInterestWithItineraryInfo(val pointOfInterest: PointOfInterest, val itineraryInfo: ItineraryInfo?)
Associates a PointOfInterest with the itinerary information computed toward it.