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 public Location(
LatLng latLng
)
Public Sub New (
latLng As LatLng
)
public:
Location(
LatLng^ latLng
)
new :
latLng : LatLng -> Location
Parameters
- latLng
- Type: GoogleDirectionsLatLng
The latitude/longitude of the location.
See Also