LatLon Constructor (Double, Double) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Initialize from parameters.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LatLon(
double lat,
double lon
)
Public Sub New (
lat As Double,
lon As Double
)
Parameters
- lat
- Type: SystemDouble
Latitude. - lon
- Type: SystemDouble
Longitude.
Remarks Latitudes range from -90 to 90. Longitudes range from -180 to 180. Precede South latitudes and West
longitudes with a minus sign. A latitude or longitude with eight decimal places pinpoints a location to within
one millimeter.
See Also