Sample the height of the topmost rendered surface at each position.
lng/lat in degrees.
Optionalopts: SurfaceSampleOptionsOptional sampling options (SurfaceSampleOptions.gridPx tunes the overhead pass resolution).
Height in metres above the rendered ground datum per point, or null
where the layer has no surface (or the tile isn't resident).
Structural interface of a layer that can sample the height of its topmost rendered surface at given map positions. Implemented by the mesh, point-cloud and splat layers; see each layer's
sampleSurfaceHeightsfor its sampling characteristics.