selectPOI
Selects a Point of Interest (POI).
Return
true
if the POI was successfully selected, false
otherwise.
Parameters
The PointOfInterest to select.
Whether to center the map on the selected POI. Defaults to true
.
Whether to animate the map movement to the selected POI. Defaults to true
.
The desired zoom level. Defaults to defaultZoom.
Selects a Point of Interest (POI) with the given ID.
Return
true
if the POI was successfully selected, false
otherwise. A false
return value might indicate that the POI with the given ID was not found, or that an error occurred during the selection process.
Parameters
The unique identifier of the POI to select.
Whether to center the map on the selected POI. Defaults to true
.
Whether to animate the map movement to the selected POI. Defaults to true
.
The desired zoom level. Defaults to defaultZoom.