app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.network
/
PhotonSearchProvider
/
reverseGeocodeLocation
reverse
Geocode
Location
@
Headers
(
value
=
[
"Cache-control: max-age=0"
,
"Connection: keep-alive"
]
)
@
GET
(
value
=
"reverse/"
)
abstract
fun
reverseGeocodeLocation
(
@
Query
(
value
=
"lat"
)
latitude
:
Double
?
=
null
,
@
Query
(
value
=
"lon"
)
longitude
:
Double
?
=
null
,
@
Query
(
value
=
"lang"
)
language
:
String
=
Locale.getDefault().language
)
:
Call
<
FeatureCollection
>