Custom Geometry Source
class CustomGeometrySource(val id: String, val options: CustomGeometrySourceOptions) : StyleContract.StyleSourceExtension
Custom Vector Source, allows using FeatureCollections.
CustomGeometrySource uses a coalescing model for frequent data updates targeting the same tile id, which means, that the in-progress request as well as the last scheduled request are guaranteed to finish. Any requests scheduled meanwhile can be canceled.