Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.08 KB

ElevationResult.md

File metadata and controls

28 lines (15 loc) · 1.08 KB

See html formatted version

ElevationResult interface

google.maps.ElevationResult interface

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.

Properties

undefined

Type:  number

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

undefined

Type:  LatLng

The location of this elevation result.

undefined

Type:  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.