Type Alias CirclePaintProps
type CirclePaintProps = {
"circle-blur": DataDrivenProperty<number>;
"circle-color": DataDrivenProperty<Color>;
"circle-opacity": DataDrivenProperty<number>;
"circle-pitch-alignment": DataConstantProperty<"map" | "viewport">;
"circle-pitch-scale": DataConstantProperty<"map" | "viewport">;
"circle-radius": DataDrivenProperty<number>;
"circle-stroke-color": DataDrivenProperty<Color>;
"circle-stroke-opacity": DataDrivenProperty<number>;
"circle-stroke-width": DataDrivenProperty<number>;
"circle-translate": DataConstantProperty<[number, number]>;
"circle-translate-anchor": DataConstantProperty<"map" | "viewport">;
}
"circle-blur": DataDrivenProperty<number>;
"circle-color": DataDrivenProperty<Color>;
"circle-opacity": DataDrivenProperty<number>;
"circle-pitch-alignment": DataConstantProperty<"map" | "viewport">;
"circle-pitch-scale": DataConstantProperty<"map" | "viewport">;
"circle-radius": DataDrivenProperty<number>;
"circle-stroke-color": DataDrivenProperty<Color>;
"circle-stroke-opacity": DataDrivenProperty<number>;
"circle-stroke-width": DataDrivenProperty<number>;
"circle-translate": DataConstantProperty<[number, number]>;
"circle-translate-anchor": DataConstantProperty<"map" | "viewport">;
}
Was this helpful?