selectPoi method
Selects the given POI in the map.
Implementation
void selectPoi(String identifier) async {
_sendMessage(WV_MESSAGE_CARTOGRAPHY_SELECT_POI, {"identifier": identifier});
}
Selects the given POI in the map.
void selectPoi(String identifier) async {
_sendMessage(WV_MESSAGE_CARTOGRAPHY_SELECT_POI, {"identifier": identifier});
}