parser
Toggle table of contents
0.3-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
parser
parser
/
dev.hossain.timeline.model.edits
/
PlaceAggregateInfoItem
/
PlaceAggregateInfoItem
Place
Aggregate
Info
Item
constructor
(
@
Json
(
name
=
"score"
)
score
:
Double
,
@
Json
(
name
=
"numBucketsWithLocation"
)
numBucketsWithLocation
:
Int
?
,
@
Json
(
name
=
"bucketSpanDays"
)
bucketSpanDays
:
Int
?
,
@
Json
(
name
=
"point"
)
point
:
Point
,
@
Json
(
name
=
"placeId"
)
placeId
:
String
,
@
Json
(
name
=
"placePoint"
)
placePoint
:
Point
)