VMEPoiFilter

class VMEPoiFilter

An object that defines the criteria for performing a poi query.

Since

1.19

Constructors

Link copied to clipboard
fun VMEPoiFilter(poiID: String)
Link copied to clipboard
fun VMEPoiFilter(position: VMEPosition)
Link copied to clipboard
fun VMEPoiFilter()

Properties

Link copied to clipboard
var radius: Double

Defines the distance (in meters) within which to return poi results. The distance between the target and poi is computed using the routing network. By default, there is no restricted radius.

Link copied to clipboard
var restrictToPoiIDs: List<String>

Restricts the poi results to this array of poi ids. Useful when only interested in a certain group of pois (e.g. near by restaurants)

Link copied to clipboard
var restrictToTargetLayer: Boolean = true

Restricts the poi results to the target's layer. By default, this is true.

Link copied to clipboard
lateinit var target: Any

The target is the center point around which the filter parameters will be applied.