deselectPoi method

void deselectPoi()

Deselects current POI

Implementation

void deselectPoi() async {
  _sendMessage(WV_MESSAGE_CARTOGRAPHY_DESELECT_POI, {});
}