toggle menu
compass-geocoder
common
switch theme
search in API
compass-geocoder
/
dev.jordond.compass.geocoder
/
ForwardGeocoder
Forward
Geocoder
interface
ForwardGeocoder
Inheritors
Geocoder
Members
Functions
forward
Link copied to clipboard
abstract
suspend
fun
forward
(
address
:
String
)
:
GeocoderResult
<
Coordinates
>
Get a list of
Coordinates
s for a given address.
locations
Link copied to clipboard
open
suspend
fun
locations
(
address
:
String
)
:
GeocoderResult
<
Coordinates
>
Get a list of
Coordinates
s for a given address.