mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
SourceQueryOptions
Source
Query
Options
class
SourceQueryOptions
:
Serializable
Options for querying source features.
Constructors
Functions
Properties
Constructors
Source
Query
Options
Link copied to clipboard
open
fun
SourceQueryOptions
(
@
Nullable
sourceLayerIds
:
List
<
String
>
,
@
NonNull
filter
:
Value
)
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
filter
Link copied to clipboard
@
NonNull
@get:
NonNull
val
filter
:
Value
source
Layer
Ids
Link copied to clipboard
@
Nullable
@get:
Nullable
val
sourceLayerIds
:
List
<
String
>