Package com.tomtom.sdk.search.client.model.poi
Types
Link copied to clipboard
data class Classification(val code: String, val names: List<ClassificationName>)
Content copied to clipboard
A Points of Interest classification.
Link copied to clipboard
A Points of Interest classification name.
Link copied to clipboard
data class Poi( val name: String, val phone: String = "", val brands: List<Brand> = emptyList(), val url: String = "", val categorySet: List<Category> = emptyList(), val openingHours: OpeningHours?, val classifications: List<Classification> = emptyList(), val timeZone: TimeZone?)
Content copied to clipboard
Point Of Interest retrieved via a Search API call.
Link copied to clipboard
Point Of Interest relationship type.
Link copied to clipboard
data class PopularHour(val dayOfWeek: Int, val timeRanges: List<TimeRange>)
Content copied to clipboard
Returns the most popular times for people visiting the POI on the given day of the week.
Link copied to clipboard
data class PriceRange( val value: Double, val label: String, val minValue: Double, val maxValue: Double)
Content copied to clipboard
An object that contains price range information.
Link copied to clipboard
Information about the related Point of Interest.
Link copied to clipboard
Point Of Interest relationship type.
Link copied to clipboard
Social media links of the POI.