selectPoi method

void selectPoi(
  1. String identifier
)

Selects the given POI in the map.

Implementation

void selectPoi(String identifier) async {
  _sendMessage(WV_MESSAGE_CARTOGRAPHY_SELECT_POI, {"identifier": identifier});
}