kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
app-shell
/
com.siddharth.kmp.appshell
/
GeoCoordinates
Geo
Coordinates
data
class
GeoCoordinates
(
val
latitude
:
Double
,
val
longitude
:
Double
)
A plain lat/lng pair — the forward-geocoding counterpart of
PlaceName
's coordinate string.
Members
Constructors
Geo
Coordinates
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double