예제 #1
0
 public System.Threading.Tasks.Task <string[]> GetInstructionsTrajectoryAsync(ServiceClient.ServiceVelib.Coordinates depart, ServiceClient.ServiceVelib.Coordinates destination)
 {
     return(base.Channel.GetInstructionsTrajectoryAsync(depart, destination));
 }
예제 #2
0
 public System.Threading.Tasks.Task <long> CalculTrajectoryAsync(ServiceClient.ServiceVelib.Coordinates departure, ServiceClient.ServiceVelib.Coordinates destination)
 {
     return(base.Channel.CalculTrajectoryAsync(departure, destination));
 }
예제 #3
0
 public string[] GetInstructionsTrajectory(ServiceClient.ServiceVelib.Coordinates depart, ServiceClient.ServiceVelib.Coordinates destination)
 {
     return(base.Channel.GetInstructionsTrajectory(depart, destination));
 }
예제 #4
0
 public long CalculTrajectory(ServiceClient.ServiceVelib.Coordinates departure, ServiceClient.ServiceVelib.Coordinates destination)
 {
     return(base.Channel.CalculTrajectory(departure, destination));
 }