File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ export class GeoJSONSource extends Evented implements Source {
484484 /**
485485 * Get options for use in determining whether to reload a tile based on the modified features.
486486 * @param affectedGeometries - The feature geometries affected by the update.
487- * @returns A GeoJSONSourceShouldReloadTileOptions object which contains an array of affected bounds by the update.
487+ * @returns A { @Link GeoJSONSourceShouldReloadTileOptions} object which contains an array of affected bounds caused by the update.
488488 */
489489 private _getShouldReloadTileOptions ( affectedGeometries : GeoJSON . Geometry [ ] ) : GeoJSONSourceShouldReloadTileOptions | undefined {
490490 if ( ! affectedGeometries ) return undefined ;
You can’t perform that action at this time.
0 commit comments