CustomGeometrySource

constructor(id: String?, provider: GeometryTileProvider?)

Create a CustomGeometrySource

Parameters

id

The source id.

provider

The tile provider that returns geometry data for this source.


constructor(id: String?, options: CustomGeometrySourceOptions?, provider: GeometryTileProvider?)