Example #1
0
 public double[] GetGreatCircleDistances(LatLong[] latLongs)
 {
     object[] results = this.Invoke("GetGreatCircleDistances", new object[] {
                 latLongs});
     return ((double[])(results[0]));
 }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginGetGreatCircleDistances(LatLong[] latLongs, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetGreatCircleDistances", new object[] {
                 latLongs}, callback, asyncState);
 }