DestinationMetadata

constructor(extraData: Map<String, String> = emptyMap(), reviewCount: Int? = null, phone: String? = null, website: String? = null, rating: Float? = null, description: String? = null, photos: List<DestinationImageInfo> = emptyList(), openHours: HoursOfOperation? = null, plugShareData: PlugShareData? = null, searchResultMetadata: SearchResultMetadata? = null, stateOfCharge: Int? = null, children: List<DestinationResultSuggestedItem> = emptyList())