Click or drag to resize

LatLon Constructor (Double, Double)

Verizon Connect Logo
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
)

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