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



Initializes a new instance of the Location class.

Namespace: GoogleDirections
Assembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public Location(
	LatLng latLng
)

Parameters

latLng
Type: GoogleDirectionsLatLng
The latitude/longitude of the location.
See Also