mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
FeatureExtensionValue
Feature
Extension
Value
class
FeatureExtensionValue
:
Serializable
A value or a collection of a feature extension.
Constructors
Functions
Properties
Constructors
Feature
Extension
Value
Link copied to clipboard
open
fun
FeatureExtensionValue
(
@
Nullable
value
:
Value
,
@
Nullable
featureCollection
:
List
<
Feature
>
)
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
feature
Collection
Link copied to clipboard
@
Nullable
@get:
Nullable
val
featureCollection
:
List
<
Feature
>
value
Link copied to clipboard
@
Nullable
@get:
Nullable
val
value
:
Value