On this page
Properties

Type Alias StyleSwapOptions

The options object related to the Map's style related methods

type StyleSwapOptions = {
    diff?: boolean;
    transformStyle?: TransformStyleFunction;
}
Index

Properties

diff?: boolean

If false, force a 'full' update, removing the current style and building the given one instead of attempting a diff-based update.

transformStyle?: TransformStyleFunction

TransformStyleFunction is a convenience function that allows to modify a style after it is fetched but before it is committed to the map state. Refer to TransformStyleFunction.

Was this helpful?
SDK JS
Reference
StyleSwapOptions