GeocodeFilter

Geocode structure which contains a set of inclusion/exclusion properties that results must possess in order to be returned as a result.

Types

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

Properties

Link copied to clipboard

A list of countries that all results must be in. Countries are represented by either their alpha-2 or alpha-3 character codes.

Link copied to clipboard

The included place types.

Functions

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