mapbox-maps-android
/
com.mapbox.maps
/
StylePropertyValue
androidJvm
Style
Property
Value
class
StylePropertyValue
:
Serializable
Content copied to clipboard
Holds a style property value with meta data.
Constructors
Functions
Properties
Extensions
Constructors
StylePropertyValue
Link copied to clipboard
androidJvm
open fun
StylePropertyValue
(value:
Value
, kind:
StylePropertyValueKind
)
Content copied to clipboard
On this page
On this page
Functions
equals
Link copied to clipboard
androidJvm
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
androidJvm
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open fun
toString
():
String
Content copied to clipboard
On this page
On this page
Properties
kind
Link copied to clipboard
androidJvm
@
NonNull
()
private val
kind
:
StylePropertyValueKind
Content copied to clipboard
value
Link copied to clipboard
androidJvm
@
NonNull
()
private val
value
:
Value
Content copied to clipboard
On this page
On this page
Extensions
silentUnwrap
Link copied to clipboard
androidJvm
inline fun <
T
>
StylePropertyValue
.
silentUnwrap
():
T
?
Content copied to clipboard
Extension function for
StylePropertyValue
to silently unwrap
StylePropertyValue
to given type.
unwrap
Link copied to clipboard
androidJvm
inline fun <
T
>
StylePropertyValue
.
unwrap
():
T
Content copied to clipboard
Extension function for
StylePropertyValue
to unwrap
StylePropertyValue
to given type.
On this page
On this page