ElevationServiceGetElevation Method (LatLng) |
doogal.co.uk Home
Gets the elevation of the specified location.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public double GetElevation(
LatLng location
)
Public Function GetElevation (
location As LatLng
) As Double
public:
double GetElevation(
LatLng^ location
)
member GetElevation :
location : LatLng -> float
Parameters
- location
- Type: GoogleDirectionsLatLng
The location.
Return Value
Type:
Double[Missing <returns> documentation for "M:GoogleDirections.ElevationService.GetElevation(GoogleDirections.LatLng)"]
See Also