public static bool OpenMaps(MKMapItem [] mapItems = null, MKLaunchOptions launchOptions = null) { return(_OpenMaps(mapItems, launchOptions != null ? launchOptions.ToDictionary() : null)); }
public void OpenInMaps(MKLaunchOptions launchOptions = null) { _OpenInMaps(launchOptions != null ? launchOptions.ToDictionary() : null); }