ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
GetGreatCircleDistances Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService.TokenService Namespace > CommonService Class : GetGreatCircleDistances Method




latLongs

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(Action="http://s.mappoint.net/mappoint-30/GetGreatCircleDistances", 
   RequestNamespace="http://s.mappoint.net/mappoint-30/", 
   ResponseNamespace="http://s.mappoint.net/mappoint-30/", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
<SoapHeaderAttribute(MemberName="UserInfoHeaderValue", Required=True)>
Public Function GetGreatCircleDistances( _
   ByVal latLongs() As LatLong _
) As Double()
Visual Basic (Usage)Copy Code
Dim instance As CommonService
Dim latLongs() As LatLong
Dim value() As Double
 
value = instance.GetGreatCircleDistances(latLongs)
C# 
[SoapDocumentMethodAttribute(Action="http://s.mappoint.net/mappoint-30/GetGreatCircleDistances", 
   RequestNamespace="http://s.mappoint.net/mappoint-30/", 
   ResponseNamespace="http://s.mappoint.net/mappoint-30/", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute(MemberName="UserInfoHeaderValue", Required=true)]
public double[] GetGreatCircleDistances( 
   LatLong[] latLongs
)

Parameters

latLongs

See Also

© 2010 All Rights Reserved.