| Location Constructor (LatLng) | 
doogal.co.uk Home
            Initializes a new instance of the 
Location class.
            
 
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
 Syntax
Syntaxpublic Location(
	LatLng latLng
)
Public Sub New ( 
	latLng As LatLng
)
public:
Location(
	LatLng^ latLng
)
new : 
        latLng : LatLng -> LocationParameters
- latLng
- Type: GoogleDirectionsLatLng
 The latitude/longitude of the location.
 See Also
See Also