PlaceAggregateInfoItem

@JsonClass(generateAdapter = true)
data class PlaceAggregateInfoItem(@Json(name = "score") val score: Double, @Json(name = "numBucketsWithLocation") val numBucketsWithLocation: Int?, @Json(name = "bucketSpanDays") val bucketSpanDays: Int?, @Json(name = "point") val point: Point, @Json(name = "placeId") val placeId: String, @Json(name = "placePoint") val placePoint: Point)

Constructors

Link copied to clipboard
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)

Properties

Link copied to clipboard

The span of the buckets in days.

Link copied to clipboard

The number of location buckets associated with the place.

Link copied to clipboard

The unique identifier for the place.

Link copied to clipboard

The geographical point of the place.

Link copied to clipboard

The geographical point associated with the place.

Link copied to clipboard

The score assigned to the place.