Elevation
Look up elevation at one or more points
client.elevation.lookup(ElevationLookupParams { format, lat, lng, 4 more } query?, RequestOptionsoptions?): ElevationLookupResult { geometry, properties, type }
GET/api/v1/elevation
Look up elevation at one or more points
client.elevation.lookupPost(ElevationLookupPostParams { format, lat, lng, 4 more } params?, RequestOptionsoptions?): ElevationLookupResult { geometry, properties, type }
POST/api/v1/elevation
Look up elevation for multiple coordinates
client.elevation.batch(ElevationBatchParams { coordinates, format } params, RequestOptionsoptions?): ElevationBatchResult { features, type }
POST/api/v1/elevation/batch
Elevation profile along coordinates
client.elevation.profile(ElevationProfileParams { coordinates } body, RequestOptionsoptions?): ElevationProfileResult { geometry, properties, type }
POST/api/v1/elevation/profile