mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps
/
QueriedRasterValues
Queried
Raster
Values
class
QueriedRasterValues
:
Serializable
Result of a raster array query. Contains each layer's query results.
Constructors
Functions
Properties
Constructors
Queried
Raster
Values
Link copied to clipboard
open
fun
QueriedRasterValues
(
@
NonNull
layers
:
HashMap
<
String
,
List
<
Float
>
>
)
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
layers
Link copied to clipboard
@
NonNull
@get:
NonNull
val
layers
:
HashMap
<
String
,
List
<
Float
>
>