toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.location
/
StaticLocation
Static
Location
@
Serializable
data
class
StaticLocation
(
val
longitude
:
Double
,
val
latitude
:
Double
,
val
horizontalAccuracy
:
Meters
?
=
null
)
:
Location
Members
Constructors
Static
Location
Link copied to clipboard
constructor
(
longitude
:
Double
,
latitude
:
Double
,
horizontalAccuracy
:
Meters
?
=
null
)
Properties
horizontal
Accuracy
Link copied to clipboard
@
SerialName
(
value
=
"horizontal_accuracy"
)
open
override
val
horizontalAccuracy
:
Meters
?
=
null
latitude
Link copied to clipboard
@
SerialName
(
value
=
"latitude"
)
open
override
val
latitude
:
Double
longitude
Link copied to clipboard
@
SerialName
(
value
=
"longitude"
)
open
override
val
longitude
:
Double