コード例 #1
0
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Services.Maps.MapRouteFinderResult> GetDrivingRouteFromWaypointsAsync(global::System.Collections.Generic.IEnumerable <global::Windows.Devices.Geolocation.Geopoint> wayPoints, global::Windows.Services.Maps.MapRouteOptimization optimization, global::Windows.Services.Maps.MapRouteRestrictions restrictions, double headingInDegrees)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MapRouteFinderResult> MapRouteFinder.GetDrivingRouteFromWaypointsAsync(IEnumerable<Geopoint> wayPoints, MapRouteOptimization optimization, MapRouteRestrictions restrictions, double headingInDegrees) is not implemented in Uno.");
 }
コード例 #2
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.MapRouteOptimization optimization, global::Windows.Services.Maps.MapRouteRestrictions restrictions, double headingInDegrees)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<MapRouteFinderResult> MapRouteFinder.GetDrivingRouteAsync(Geopoint startPoint, Geopoint endPoint, MapRouteOptimization optimization, MapRouteRestrictions restrictions, double headingInDegrees) is not implemented in Uno.");
 }