Skip to content
GuidesPlaygroundDashboard

Elevation

Look up elevation at one or more points
$client->elevation->lookup(?float lat, ?float lng, ?string locations): ElevationLookupResult
GET/api/v1/elevation
Look up elevation for multiple coordinates
$client->elevation->batch(GeoJsonGeometry geometry): ElevationBatchResult
POST/api/v1/elevation/batch
Elevation profile along coordinates
$client->elevation->profile(GeoJsonGeometry geometry): ElevationProfileResult
POST/api/v1/elevation/profile
ModelsExpand Collapse
list<ElevationLookupResult> features

Elevation Point Features for each queried point

Type type
Properties properties
Type type

Path to profile (GeoJSON LineString geometry, minimum 2 points)

Properties properties
Type type