mapbox-maps-android
/
com.mapbox.maps
/
SourceQueryOptions
Source
Query
Options
class
SourceQueryOptions
:
Serializable
Content copied to clipboard
Options for querying source features.
Constructors
Functions
Properties
Constructors
SourceQueryOptions
Link copied to clipboard
open fun
SourceQueryOptions
(
@
Nullable
sourceLayerIds:
List
<
String
>,
@
NonNull
filter:
Value
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
to
String
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
filter
Link copied to clipboard
@
NonNull
@get:
NonNull
private val
filter
:
Value
Content copied to clipboard
sourceLayerIds
Link copied to clipboard
@
Nullable
@get:
Nullable
private val
sourceLayerIds
:
List
<
String
>
Content copied to clipboard