WebMapDataSource
Interface
Web map data source is created from a webmap. It may have child data sources (such as feature layer data source, group layer data source and so on).
Properties
Property | Type |
---|---|
WebMap |
Methods
Method | Returns |
---|---|
Promise<IMDataSourceSchema> | |
ready() | Promise<MapChildDataSource[]> |
fetchSchema
inherited
Interface MethodfetchSchema(): Promise<IMDataSourceSchema>
Returns
Promise<IMDataSourceSchema>
Inherited from MapDataSource.fetchSchema
ready
inherited
Interface Methodready(): Promise<MapChildDataSource[]>
Returns
Promise<MapChildDataSource[]>
Inherited from MapDataSource.ready
type: WebMap