mapbox-maps-android
/
com.mapbox.maps
/
LayerPosition
Layer
Position
class
LayerPosition
:
Serializable
Content copied to clipboard
Specifies position of a layer that is added via addStyleLayer method.
Constructors
Functions
Properties
Constructors
LayerPosition
Link copied to clipboard
open fun
LayerPosition
(
@
Nullable
above:
String
,
@
Nullable
below:
String
,
@
Nullable
at:
Integer
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
above
Link copied to clipboard
@
Nullable
@get:
Nullable
private val
above
:
String
Content copied to clipboard
at
Link copied to clipboard
@
Nullable
@get:
Nullable
private val
at
:
Integer
Content copied to clipboard
below
Link copied to clipboard
@
Nullable
@get:
Nullable
private val
below
:
String
Content copied to clipboard