buildReverseGeocoderOptions

fun buildReverseGeocoderOptions(position: GeoPoint, language: Locale = Locale.ENGLISH): ReverseGeocoderOptions

Creates an instance of ReverseGeocoderOptions for a reverse geocoding request.

This function initializes the reverse geocoding options with the specified geographical coordinates and optional locale for the results.

Return

An instance of ReverseGeocoderOptions with the specified position and locale.

Parameters

position

The geographical coordinates to be translated into a human-readable address.

language

The preferred language used for providing results. Defaults to Locale.ENGLISH.