toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.sources
/
DataSourceCT
Data
Source
CT
open
class
DataSourceCT
(
val
type
:
SourceSpecificationType
,
val
id
:
String
)
:
ISourceSpecification
Members
Constructors
Data
Source
CT
Link copied to clipboard
constructor
(
type
:
SourceSpecificationType
,
id
:
String
)
Properties
attribution
Link copied to clipboard
open
override
val
attribution
:
String
?
=
null
consuming
Layers
Link copied to clipboard
var
consumingLayers
:
HashMap
<
String
,
DataSourceConsumer
>
id
Link copied to clipboard
open
override
val
id
:
String
type
Link copied to clipboard
open
override
val
type
:
SourceSpecificationType
Functions
add
Consumer
Link copied to clipboard
fun
addConsumer
(
consumer
:
DataSourceConsumer
)
dispose
Link copied to clipboard
open
fun
dispose
(
)
is
Ready
Link copied to clipboard
fun
isReady
(
)
:
Boolean
remove
Consumer
Link copied to clipboard
fun
removeConsumer
(
consumer
:
DataSourceConsumer
)
:
DataSourceConsumer
?
remove
Consumer
For
Layer
Id
Link copied to clipboard
fun
removeConsumerForLayerId
(
id
:
String
)
:
DataSourceConsumer
?
type
Link copied to clipboard
fun
type
(
)
:
String
?