SearchForTextResult

Contains a search result from a text 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 bias position specified and the result. Distance will be returned only if a bias position was specified in the query.

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.

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
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