Reverse Geo Options
class ReverseGeoOptions @JvmOverloads() constructor(center: Point, countries: List<IsoCountryCode>?, languages: List<IsoLanguageCode>?, 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<IsoCountryCode>? = this.countries, languages: List<IsoLanguageCode>? = 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