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
/
GeoPlace
Geo
Place
data
class
GeoPlace
(
val
label
:
String
,
val
coordinates
:
GeoCoordinates
)
A place suggestion: a human-readable
label
plus its resolvable
coordinates
.
Members
Constructors
Geo
Place
Link copied to clipboard
constructor
(
label
:
String
,
coordinates
:
GeoCoordinates
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
GeoCoordinates
label
Link copied to clipboard
val
label
:
String