Click or drag to resize
ElevationServiceGetElevation Method (IEnumerableLatLng)
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.GenericIEnumerableLatLng
The locations.

Return Value

Type: IEnumerableDouble

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

See Also