show a Point Of Interest by its id
Future<void> showPOIById(int id) async { print("wemapMap : showing POI ..."); await _methodChannel.invokeMethod('showPOIById', id); }