Type Alias: CircleRenderOrder
type CircleRenderOrder = "aboveBasemap" | "belowLabels" | "top"Where a circle renders relative to the other map layers.
"aboveBasemap"(default): above every basemap geometry layer — including indoor floor-plate and building polygons — but below the labels that follow them. A circle is never occluded by basemap fills."belowLabels": below the first symbol (label) layer of the style. On indoor styles, floor-plate polygons ordered after that layer will paint over the circle."top": above everything, including labels and markers drawn in style layers.
Last updated on