deselectPoi method
      
void
deselectPoi()
      
     
    
Deselects current POI
Implementation
void deselectPoi() async {
  _sendMessage(WV_MESSAGE_CARTOGRAPHY_DESELECT_POI, {});
}Deselects current POI
void deselectPoi() async {
  _sendMessage(WV_MESSAGE_CARTOGRAPHY_DESELECT_POI, {});
}