maps_elevation
Get elevation in meters for up to 100 coordinates, or sample points along a route to create an elevation profile.
Instructions
Elevation in metres above sea level for up to 100 coordinate pairs. Pass samples together with two or more locations to get an evenly spaced elevation profile along that path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| samples | No | Turn the locations into a path and sample this many evenly spaced points along it (elevation profile). Needs at least two locations. | |
| locations | Yes | Coordinate pairs as "latitude,longitude", e.g. ["46.9480,7.4474", "45.9763,7.6586"]. Up to 100 per call. |