unselectAllPOIs
Unselects all Points of Interest (POIs) currently selected.
This method should be used only when selectionMode is set to SelectionMode.MULTIPLE. If selectionMode is set to SelectionMode.SINGLE use unselectPOI.
Return
true
if the operation was successful, false
otherwise. For example, it might return false
if no POIs were selected in the first place.