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