Click or drag to resize
ElevationServiceGetElevation Method (LatLng)
doogal.co.uk Home



Gets the elevation of the specified location.

Namespace: GoogleDirections
Assembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public double GetElevation(
	LatLng location
)

Parameters

location
Type: GoogleDirectionsLatLng
The location.

Return Value

Type: Double

[Missing <returns> documentation for "M:GoogleDirections.ElevationService.GetElevation(GoogleDirections.LatLng)"]

See Also