toggle menu
compass
common
switch theme
search in API
compass-geocoder-web
/
dev.jordond.compass.geocoder.web
/
HttpApiPlatformGeocoder
Http
Api
Platform
Geocoder
interface
HttpApiPlatformGeocoder
:
PlatformGeocoder
Defines the interface for a geocoder that uses an HTTP API to perform geocoding operations.
Inheritors
ForwardHttpApiPlatformGeocoder
ReverseHttpApiPlatformGeocoder
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
forward
Link copied to clipboard
abstract
suspend
fun
forward
(
address
:
String
)
:
List
<
Coordinates
>
is
Available
Link copied to clipboard
abstract
fun
isAvailable
(
)
:
Boolean
reverse
Link copied to clipboard
abstract
suspend
fun
reverse
(
latitude
:
Double
,
longitude
:
Double
)
:
List
<
Place
>