Options
All
  • Public
  • Public/Protected
  • All
Menu

The result of an ElevationService request, consisting of the set of elevation coordinates and their elevation values. Note that a single request may produce multiple ElevationResults.

Hierarchy

  • ElevationResult

Index

Properties

elevation: number

The elevation of this point on Earth, in meters above sea level.

location: null | LatLng

The location of this elevation result.

resolution: number

The distance, in meters, between sample points from which the elevation was interpolated. This property will be missing if the resolution is not known. Note that elevation data becomes more coarse (larger resolution values) when multiple points are passed. To obtain the most accurate elevation value for a point, it should be queried independently.

Generated using TypeDoc