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
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

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