LatLong Class
LatLong Class
Contains latitude and longitude coordinates.
Public Class LatLong Inherits System.Object
[C#]
public class LatLong : System.Object
Public Properties
Name | Description |
---|---|
Latitude | The latitude coordinate as a decimal degree value in World Geodetic System (WGS 84) datum. Valid values range from -90.0 through +90.0. |
Longitude | The longitude coordinate as a decimal degree value in World Geodetic System (WGS 84) datum. Valid values range from -180.0 through +180.0. |
Remarks
A LatLong object is returned by the RenderServiceSoap.ConvertToLatLong method.
The LatLong object is passed to the following methods:
The LatLong object is also used as a value for the following properties:
LatLongRectangle.Southwest
LatLongRectangle.Northeast
See Also
RenderServiceSoap Class | CommonServiceSoap.GetGreatCircleDistances Method | FindNearbySpecification.LatLong Property | FindServiceSoap Class | RouteServiceSoap.CalculateSimpleRoute Method