core
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.internal.callstats.models
/
GeoLocation
Geo
Location
@
Serializable
(
with
=
GeoLocationAsStringSerializer::class
)
data
class
GeoLocation
(
val
latitude
:
Double
?
,
val
longitude
:
Double
?
)
Members
Constructors
Geo
Location
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
?