search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
GeoCentroidResult
Geo
Centroid
Result
@
Serializable
data
class
GeoCentroidResult
(
val
location
:
GeoCentroidResult.Point
,
val
count
:
Long
)
Members
Constructors
Geo
Centroid
Result
Link copied to clipboard
constructor
(
location
:
GeoCentroidResult.Point
,
count
:
Long
)
Types
Point
Link copied to clipboard
@
Serializable
data
class
Point
(
val
lat
:
Double
,
val
lon
:
Double
)
Properties
count
Link copied to clipboard
val
count
:
Long
location
Link copied to clipboard
val
location
:
GeoCentroidResult.Point
point
Coordinate
Link copied to clipboard
val
pointCoordinate
:
DoubleArray