obscuredQueryParams property

Iterable<RegExp> obscuredQueryParams
final

A list of regular expressions indicating key-value pairs to be remove from a URL's query parameter list

If using this property, it is recommended to set it globally on initialisation with FMTCTileProviderSettings, to ensure it gets applied throughout.

Used by obscureQueryParams to apply to a URL.

See the online documentation for more information.

Implementation

final Iterable<RegExp> obscuredQueryParams;