Options
All
  • Public
  • Public/Protected
  • All
Menu

An elevation query sent by the ElevationService containing the path along which to return sampled data. This request defines a continuous path along the earth along which elevation samples should be taken at evenly-spaced distances. All paths from vertex to vertex use segments of the great circle between those two points.

Hierarchy

  • PathElevationRequest

Index

Properties

Properties

path?: null | (LatLng | LatLngLiteral)[]

The path along which to collect elevation values.

samples: number

Required. The number of equidistant points along the given path for which to retrieve elevation data, including the endpoints. The number of samples must be a value between 2 and 512 inclusive.

Generated using TypeDoc