GeoBoundingBox

@Serializable
data class GeoBoundingBox(val topLeft: GeoPoint, val bottomRight: GeoPoint) : FieldMatcher

Geographic bounding box (geo_bounding_box).

Constructors

Link copied to clipboard
constructor(topLeft: GeoPoint, bottomRight: GeoPoint)

Properties

Link copied to clipboard
@SerialName(value = "bottom_right")
val bottomRight: GeoPoint
Link copied to clipboard
@SerialName(value = "top_left")
val topLeft: GeoPoint