MapGptLocationRegion

data class MapGptLocationRegion(val requestPoint: Point, val polygon: Polygon?, val placeName: String?, val center: Point?)

Parameters

requestPoint

the location used to request this location region

polygon

the geo boundary of the region

placeName

user friendly description of the place or region

center

the geo center of the region

Constructors

Link copied to clipboard
constructor(requestPoint: Point, polygon: Polygon?, placeName: String?, center: Point?)

Properties

Link copied to clipboard
val center: Point?
Link copied to clipboard
Link copied to clipboard
val polygon: Polygon?
Link copied to clipboard
val requestPoint: Point