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