GeoLocationTarget

A geolocation target that you select to index. Each geolocation target contains a name and order key-value pair that specifies the geolocation target fields.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the geolocation target field. If the target field is part of a named shadow, you must select the named shadow using the namedShadow filter.

Link copied to clipboard

The order of the geolocation target field. This field is optional. The default value is LatLon.

Functions

Link copied to clipboard
inline fun copy(block: GeoLocationTarget.Builder.() -> Unit = {}): GeoLocationTarget
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