ElevationServiceGetElevation Method (IEnumerableLatLng) |
doogal.co.uk Home
Gets the elevations for the specified locations.
Namespace: GoogleDirectionsAssembly: GoogleDirections (in GoogleDirections.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<double> GetElevation(
IEnumerable<LatLng> locations
)
Public Function GetElevation (
locations As IEnumerable(Of LatLng)
) As IEnumerable(Of Double)
public:
IEnumerable<double>^ GetElevation(
IEnumerable<LatLng^>^ locations
)
member GetElevation :
locations : IEnumerable<LatLng> -> IEnumerable<float>
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