GeocodeResultItem

The Geocoded result.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Position of the access point represented by longitude and latitude.

Link copied to clipboard

The place's address.

Link copied to clipboard

Boolean indicating if the address provided has been corrected.

Link copied to clipboard

Categories of results that results must belong to.

Link copied to clipboard

The distance in meters from the QueryPosition.

Link copied to clipboard

List of food types offered by this result.

Link copied to clipboard

All Intersections that are near the provided address.

Link copied to clipboard

The main address corresponding to a place of type Secondary Address.

Link copied to clipboard

The bounding box enclosing the geometric shape (area or line) that an individual result covers.

Link copied to clipboard

Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.

Link copied to clipboard

Free-form text query.

Link copied to clipboard

The PlaceId of the place result.

Link copied to clipboard

A PlaceType is a category that the result place must belong to.

Link copied to clipboard

The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.

Link copied to clipboard

The position in longitude and latitude.

Link copied to clipboard

Contains details about the postal code of the place/result.

Link copied to clipboard

All secondary addresses that are associated with a main address. A secondary address is one that includes secondary designators, such as a Suite or Unit Number, Building, or Floor information.

Link copied to clipboard

The time zone in which the place is located.

Link copied to clipboard

The localized display name of this result item based on request parameter language.

Functions

Link copied to clipboard
inline fun copy(block: GeocodeResultItem.Builder.() -> Unit = {}): GeocodeResultItem
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String