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