mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
DepthRange
Depth
Range
class
DepthRange
:
Serializable
Represents depth range (min &max) used to render 3D content.
Constructors
Functions
Properties
Constructors
Depth
Range
Link copied to clipboard
open
fun
DepthRange
(
min
:
Float
,
max
:
Float
)
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
max
Link copied to clipboard
val
max
:
Float
min
Link copied to clipboard
val
min
:
Float