IndexType

enum IndexType : Enum<IndexType>

Passes a list of indexes as a parameter to a query, which should be listed with their abbreviations.

Important: This is a Public Preview API. It may be changed or removed at any time.

Entries

Link copied to clipboard

Representations of junctions where two streets intersect.

Link copied to clipboard

Representation of streets on the map.

Link copied to clipboard
POI()

Points of Interest: specific locations that users may find useful or noteworthy, such as businesses and landmarks.

Link copied to clipboard

Points on the map associated with a specific address (street name and house number).

Link copied to clipboard

Areas on the map which represent administrative divisions such as countries, states, or cities.

Link copied to clipboard

Instead of having specific coordinates for house numbers, some streets have address points interpolated from both ends of the street. These points are represented as address ranges.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int