removePois

fun removePois(poiIDs: List<String>): List<Boolean>

Remove pois from the map.

Return

an array of booleans that reflect whether the pois have been removed, otherwise false.

Notes

Applies to:

  • dynamic pois

Since

2.0

Parameters

poiIDs

array of Poi IDs to be removed.