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