Custom Layer Render Parameters
Parameters that define the current camera position for a `CustomLayerHost::render()` function.
Constructors
Link copied to clipboard
open fun CustomLayerRenderParameters(width: Double, height: Double, latitude: Double, longitude: Double, zoom: Double, bearing: Double, pitch: Double, fieldOfView: Double, @NonNull projectionMatrix: List<Double>, @NonNull depthRange: DepthRange, @Nullable elevationData: ElevationData, @NonNull projection: CustomLayerMapProjection)