OfflineReverseGeoOptions

class OfflineReverseGeoOptions(center: Point) : Parcelable

Options for offline reverse geocoding.

See also

Constructors

OfflineReverseGeoOptions
Link copied to clipboard
fun OfflineReverseGeoOptions(center: Point)

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

center
Link copied to clipboard
val center: Point
Coordinates to resolve.