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