doogal.co.uk Home
Initializes a new instance of the
LatLng class.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public LatLng(
double latitude,
double longitude
)
Public Sub New (
latitude As Double,
longitude As Double
)
public:
LatLng(
double latitude,
double longitude
)
new :
latitude : float *
longitude : float -> LatLng
Parameters
- latitude
- Type: SystemDouble
The latitude. - longitude
- Type: SystemDouble
The longitude.
See Also