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

The source of the result can be either the offline NDS map or the remote online service.

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

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