Options for sampling elevation on a map.

interface GetElevationOptions {
    coordinates: Coordinates;
}

Properties

Properties

coordinates: Coordinates

The coordinates to sample.