mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
FeaturesetQueryTarget
Featureset
Query
Target
class
FeaturesetQueryTarget
:
Serializable
Defines the parameters for querying features from a Featureset with an optional filter and id.
Constructors
Functions
Properties
Constructors
Featureset
Query
Target
Link copied to clipboard
open
fun
FeaturesetQueryTarget
(
@
NonNull
featureset
:
FeaturesetDescriptor
,
@
Nullable
filter
:
Value
,
@
Nullable
id
:
Long
)
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
featureset
Link copied to clipboard
@
NonNull
@get:
NonNull
val
featureset
:
FeaturesetDescriptor
filter
Link copied to clipboard
@
Nullable
@get:
Nullable
val
filter
:
Value
id
Link copied to clipboard
@
Nullable
@get:
Nullable
val
id
:
Long