create static method
- MapContext context,
- String name,
- PointTileSource tileSource
Creates a named PointTileDataSource in the given context over a given PointTileSource.
-
contextMap context to associate the data source with. -
nameName of the data source to be created. Must be unique. -
tileSourceThe source of tile data.
Returns PointTileDataSource. Instance of the data source created with given name and tile source.
Implementation
static PointTileDataSource create(MapContext context, String name, PointTileSource tileSource) => $prototype.create(context, name, tileSource);