GeocoderHierarchy

The preference hierarchy for the geocode preference.

Types

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

Properties

Link copied to clipboard
val city: String?

The city value for the preference hierarchy.

Link copied to clipboard

The country value for the preference hierarchy.

Link copied to clipboard

The county/district value for the preference hierarchy.

Link copied to clipboard

The postcode value for the preference hierarchy.

Link copied to clipboard

The state/region value for the preference hierarchy.

Functions

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