PointTileDataSource

public class PointTileDataSource
extension PointTileDataSource: NativeBase
extension PointTileDataSource: Hashable

Point tile data source allows the rendering engine access to user managed data sets of geographical locations and their attributes through a PointTileSource.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.

  • Creates a named PointTileDataSource in the given context over a given PointTileSource.

    Declaration

    Swift

    public static func create(context: MapContext, name: String, tileSource: PointTileSource) -> PointTileDataSource

    Parameters

    context

    Map context to associate the data source with.

    name

    Name of the data source to be created. Must be unique.

    tileSource

    The source of tile data.

    Return Value

    Instance of the data source created with given name and tile source.