CustomLayerRenderParameters

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)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
@NonNull
@get:NonNull
val depthRange: DepthRange
Link copied to clipboard
@Nullable
@get:Nullable
val elevationData: ElevationData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NonNull
@get:NonNull
val projection: CustomLayerMapProjection
Link copied to clipboard
@NonNull
@get:NonNull
val projectionMatrix: List<Double>
Link copied to clipboard
@Nullable
@get:Nullable
val renderToTilesIDs: List<CanonicalTileID>
Link copied to clipboard
Link copied to clipboard