docs
Toggle table of contents
35.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
docs
docs
/
dev.inmo.tgbotapi.types.stories
/
StoryAreaType
/
Location
Location
@
Serializable
data
class
Location
(
val
latitude
:
Double
,
val
longitude
:
Double
,
val
address
:
LocationAddress
?
=
null
)
:
StoryAreaType
(
source
)
Members
Constructors
Location
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
,
address
:
LocationAddress
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
:
StoryAreaType.Type
Properties
address
Link copied to clipboard
@
SerialName
(
value
=
"address"
)
val
address
:
LocationAddress
?
latitude
Link copied to clipboard
@
SerialName
(
value
=
"latitude"
)
val
latitude
:
Double
longitude
Link copied to clipboard
@
SerialName
(
value
=
"longitude"
)
val
longitude
:
Double
type
Link copied to clipboard
@
EncodeDefault
open
override
val
type
:
StoryAreaType.Type