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