mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
ImportPosition
Import
Position
class
ImportPosition
:
Serializable
Specifies position of an import that is added via addStyleImport method.
Constructors
Functions
Properties
Constructors
Import
Position
Link copied to clipboard
open
fun
ImportPosition
(
@
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