parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.semantic
/
PlaceVisitSegment
Place
Visit
Segment
@
JsonClass
(
generateAdapter
=
true
)
data
class
PlaceVisitSegment
(
@
Json
(
name
=
"location"
)
val
location
:
Location
?
)
Members
Constructors
Place
Visit
Segment
Link copied to clipboard
constructor
(
@
Json
(
name
=
"location"
)
location
:
Location
?
)
Properties
location
Link copied to clipboard
val
location
:
Location
?