mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
CustomLayerRenderParameters
Custom
Layer
Render
Parameters
class
CustomLayerRenderParameters
:
Serializable
Parameters that define the current camera position for a `CustomLayerHost::render()` function.
Constructors
Functions
Properties
Constructors
Custom
Layer
Render
Parameters
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
>
,
@
Nullable
elevationData
:
ElevationData
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
bearing
Link copied to clipboard
val
bearing
:
Double
elevation
Data
Link copied to clipboard
@
Nullable
@get:
Nullable
val
elevationData
:
ElevationData
field
Of
View
Link copied to clipboard
val
fieldOfView
:
Double
height
Link copied to clipboard
val
height
:
Double
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double
pitch
Link copied to clipboard
val
pitch
:
Double
projection
Matrix
Link copied to clipboard
@
NonNull
@get:
NonNull
val
projectionMatrix
:
List
<
Double
>
render
To
Tiles
IDs
Link copied to clipboard
@
Nullable
@get:
Nullable
val
renderToTilesIDs
:
List
<
CanonicalTileID
>
width
Link copied to clipboard
val
width
:
Double
zoom
Link copied to clipboard
val
zoom
:
Double