Reverse Geo Options
class ReverseGeoOptions @JvmOverloads() constructor(center: Point, countries: List<Country>?, languages: List<Language>?, limit: Int?, reverseMode: ReverseMode?, types: List<QueryType>?) : Parcelable
Content copied to clipboard
Search options for reverse geocoding.
See also
Constructors
ReverseGeoOptions
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Types
Builder
Link copied to clipboard
Functions
copy
Link copied to clipboard
fun copy(center: Point = this.center, countries: List<Country>? = this.countries, languages: List<Language>? = this.languages, limit: Int? = this.limit, reverseMode: ReverseMode? = this.reverseMode, types: List<QueryType>? = this.types): ReverseGeoOptions
Content copied to clipboard
Creates new ReverseGeoOptions from current instance.
describeContents
Link copied to clipboard
toBuilder
Link copied to clipboard
writeToParcel
Link copied to clipboard