resetPoisColor

fun resetPoisColor(poiIDs: ArrayList<String>): Boolean

Reset a group of pois to their original colors in one call.

Notes

The color reset is batched. The map will be non-responsive while the surface colors are being reset. Applies to: - static pois - dynamic pois

Return

true if all pois were reset, otherwise false.

Since

1.15

Parameters

poiIDs

A list nof poiIDs to be reset.