search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
GeoCentroidResult
/
Point
Point
@
Serializable
data
class
Point
(
val
lat
:
Double
,
val
lon
:
Double
)
Members
Constructors
Point
Link copied to clipboard
constructor
(
lat
:
Double
,
lon
:
Double
)
Properties
lat
Link copied to clipboard
val
lat
:
Double
lon
Link copied to clipboard
val
lon
:
Double