invalidateStyleCustomGeometrySourceRegion method
- String sourceId,
- CoordinateBounds bounds
Invalidates a region in a custom geometry source so its tiles get re-fetched.
Implementation
Future<void> invalidateStyleCustomGeometrySourceRegion(
String sourceId,
CoordinateBounds bounds,
) => _impl.invalidateStyleCustomGeometrySourceRegion(sourceId, bounds);