Click or drag to resize
LatLng Constructor
doogal.co.uk Home



Initializes a new instance of the LatLng class.

Namespace: GoogleDirections
Assembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public LatLng(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
The latitude.
longitude
Type: SystemDouble
The longitude.
See Also