Package-level declarations

Types

Link copied to clipboard
class Brand(val name: String)

Class representing a brand of a Point Of Interest.

Link copied to clipboard
class CategoryId(val standard: StandardCategoryId, val mapSpecific: String? = null)

Class representing the POI category identifier for online and offline POI categories.

Link copied to clipboard
class Poi

Class representing a Point Of Interest.

Link copied to clipboard
class PoiCategory(val id: CategoryId, val name: String, val parents: Set<CategoryId> = emptySet(), val children: Set<CategoryId> = emptySet(), val synonyms: List<String> = emptyList())

Class representing a Point Of Interest(POI) category.

Link copied to clipboard
class PoiId(val id: String, val source: Source)

Class that represents the identifier of a Point Of Interest.

Link copied to clipboard
value class Source

Defines the source of the produced search result.

Link copied to clipboard
value class StandardCategoryId(val value: Int)

The category identifier which provides the semantic information of a PoiCategory.