Builder

class Builder

Properties

Link copied to clipboard

The distance in meters of a great-circle arc between the bias position specified and the result. Distance will be returned only if a bias position was specified in the query.

Link copied to clipboard
var place: Place?

Details about the search result, such as its address and position.

Link copied to clipboard

The unique identifier of the place. You can use this with the GetPlace operation to find the place again later.

Link copied to clipboard

The relative confidence in the match for a result among the results returned. For example, if more fields for an address match (including house number, street, city, country/region, and postal code), the relevance score is closer to 1.

Functions

Link copied to clipboard
fun place(block: Place.Builder.() -> Unit)