mapbox-maps-android
/
com.mapbox.maps
/
FeatureExtensionValue(androidJvm)
Feature
Extension
Value(android
Jvm)
A value or a collection of a feature extension.
class
FeatureExtensionValue(androidJvm)
:
Serializable
Content copied to clipboard
Constructors
Functions
Properties
Constructors
FeatureExtensionValue
Link copied to clipboard
open fun
FeatureExtensionValue
(value:
Value
, featureCollection:
List
<
Feature
>)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
featureCollection
Link copied to clipboard
@
Nullable
()
private val
featureCollection
:
List
<
Feature
>
Content copied to clipboard
value
Link copied to clipboard
@
Nullable
()
private val
value
:
Value
Content copied to clipboard