Click or drag to resize
ElevationService.GetElevation Method (IEnumerable<LatLng>)
doogal.co.uk Home



Gets the elevations for the specified locations.

Namespace: GoogleDirections
Assembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerable<double> GetElevation(
	IEnumerable<LatLng> locations
)

Parameters

locations
Type: System.Collections.Generic.IEnumerable<LatLng>
The locations.

Return Value

Type: IEnumerable<Double>

[Missing <returns> documentation for "M:GoogleDirections.ElevationService.GetElevation(System.Collections.Generic.IEnumerable{GoogleDirections.LatLng})"]

See Also