SearchForPositionResult

Contains a search result from a position search query that is run on a place index resource.

Types

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

Properties

Link copied to clipboard

The distance in meters of a great-circle arc between the query position and the result.

Link copied to clipboard
val 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.

Functions

Link copied to clipboard
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