mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
LayerPosition
Layer
Position
class
LayerPosition
:
Serializable
Specifies position of a layer that is added via addStyleLayer method.
Constructors
Functions
Properties
Constructors
Layer
Position
Link copied to clipboard
open
fun
LayerPosition
(
@
Nullable
above
:
String
,
@
Nullable
below
:
String
,
@
Nullable
at
:
Integer
)
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
above
Link copied to clipboard
@
Nullable
@get:
Nullable
val
above
:
String
at
Link copied to clipboard
@
Nullable
@get:
Nullable
val
at
:
Integer
below
Link copied to clipboard
@
Nullable
@get:
Nullable
val
below
:
String