PlaceAggregateInfoItem

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)