Sample the elevation at the specified coordinate.
Note: sampling might return more than one sample for any given coordinate. You can sort them by core.ElevationSample.resolution | resolution to select the best sample for your needs.
The options.
Optionalresult: GetElevationResultThe result object to populate with the samples. If none is provided, a new empty result is created. The existing samples in the array are not removed. Useful to cumulate samples across different providers.
The GetElevationResult containing the updated sample array.
Returns the elevation at the specified coordinates, without any coordinate conversion.
The X coordinate of the location to sample, in the same coordinate system as this elevation provider.
The Y coordinate of the location to sample, in the same coordinate system as this elevation provider.
Represents an object that can provide elevations at given coordinates.
Note: to combine multiple providers into one, you can use the aggregateElevationProviders function.