mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
RenderedQueryOptions
Rendered
Query
Options
class
RenderedQueryOptions
:
Serializable
Options for querying rendered features.
Constructors
Functions
Properties
Constructors
Rendered
Query
Options
Link copied to clipboard
open
fun
RenderedQueryOptions
(
@
Nullable
layerIds
:
List
<
String
>
,
@
Nullable
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
@
Nullable
@get:
Nullable
val
filter
:
Value
layer
Ids
Link copied to clipboard
@
Nullable
@get:
Nullable
val
layerIds
:
List
<
String
>