compass-geocoder
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
compass-geocoder
compass-geocoder
/
dev.jordond.compass.geocoder
/
ReverseGeocoder
Reverse
Geocoder
interface
ReverseGeocoder
Inheritors
Geocoder
Members
Functions
places
Link copied to clipboard
open
suspend
fun
places
(
coordinates
:
Coordinates
)
:
GeocoderResult
<
Place
>
Get the address for a given
Coordinates
.
open
suspend
fun
places
(
latitude
:
Double
,
longitude
:
Double
)
:
GeocoderResult
<
Place
>
Get the address for a given latitude and longitude.
reverse
Link copied to clipboard
open
suspend
fun
reverse
(
coordinates
:
Coordinates
)
:
GeocoderResult
<
Place
>
Get the address for a given
Coordinates
.
abstract
suspend
fun
reverse
(
latitude
:
Double
,
longitude
:
Double
)
:
GeocoderResult
<
Place
>
Get the address for a given latitude and longitude.