selectVenue method
Select a venue, optionally move the camera to the given venue
Implementation
Future<void> selectVenue(FutureOr<MPVenue?> venue, bool moveCamera) async {
return MapcontrolPlatform.instance.selectVenue(await venue, moveCamera);
}