VMEPoiFilter

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

Since

1.19

Constructors

Link copied to clipboard
constructor()
constructor(poiID: String)
constructor(position: VMEPosition)

Properties

Link copied to clipboard

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

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

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

Link copied to clipboard
var target: Any?

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