toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.types
/
DataSourceConsumer
Data
Source
Consumer
class
DataSourceConsumer
(
val
layerId
:
String
,
val
sourceLayerId
:
String
,
val
sourceLayerType
:
String
,
val
type
:
String
,
val
style
:
Pair
<
String
,
*
>
,
val
options
:
Pair
<
String
,
*
>
)
:
LayerMetadata
Members
Constructors
Data
Source
Consumer
Link copied to clipboard
constructor
(
layerId
:
String
,
sourceLayerId
:
String
,
sourceLayerType
:
String
,
type
:
String
,
style
:
Pair
<
String
,
*
>
,
options
:
Pair
<
String
,
*
>
)
Properties
layer
Id
Link copied to clipboard
open
override
val
layerId
:
String
options
Link copied to clipboard
open
override
val
options
:
Pair
<
String
,
*
>
source
Layer
Id
Link copied to clipboard
open
override
val
sourceLayerId
:
String
source
Layer
Type
Link copied to clipboard
open
override
val
sourceLayerType
:
String
style
Link copied to clipboard
open
override
val
style
:
Pair
<
String
,
*
>
type
Link copied to clipboard
open
override
val
type
:
String