Beispiel #1
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Services.Maps.MapRouteFinderResult> GetDrivingRouteAsync(global::Windows.Devices.Geolocation.Geopoint startPoint, global::Windows.Devices.Geolocation.Geopoint endPoint, global::Windows.Services.Maps.MapRouteDrivingOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MapRouteFinderResult> MapRouteFinder.GetDrivingRouteAsync(Geopoint startPoint, Geopoint endPoint, MapRouteDrivingOptions options) is not implemented in Uno.");
 }
Beispiel #2
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Services.Maps.MapRouteFinderResult> GetDrivingRouteFromEnhancedWaypointsAsync(global::System.Collections.Generic.IEnumerable <global::Windows.Services.Maps.EnhancedWaypoint> waypoints, global::Windows.Services.Maps.MapRouteDrivingOptions options)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MapRouteFinderResult> MapRouteFinder.GetDrivingRouteFromEnhancedWaypointsAsync(IEnumerable<EnhancedWaypoint> waypoints, MapRouteDrivingOptions options) is not implemented in Uno.");
 }