toggle menu
compass-geocoder-mobile
common
switch theme
search in API
compass-geocoder-mobile
/
dev.jordond.compass.geocoder.mobile
/
MobilePlatformGeocoder
Mobile
Platform
Geocoder
interface
MobilePlatformGeocoder
:
PlatformGeocoder
Members
Functions
forward
Link copied to clipboard
abstract
suspend
fun
forward
(
address
:
String
)
:
List
<
Coordinates
>
is
Available
Link copied to clipboard
abstract
fun
isAvailable
(
)
:
Boolean
place
From
Address
Link copied to clipboard
abstract
suspend
fun
placeFromAddress
(
address
:
String
)
:
List
<
Place
>
Geocode an address to a list of
Place
.
reverse
Link copied to clipboard
abstract
suspend
fun
reverse
(
latitude
:
Double
,
longitude
:
Double
)
:
List
<
Place
>