Interface: CircleRecord
Internal resolved representation of a circle kept by the map. Holds the full configuration with defaults applied, plus visibility state.
Unlike markers, the hidden flag persists across floor changes and map restyles: a circle hidden via
hideCircle stays hidden until showCircle.
Properties
coordinate
coordinate: LatLngfillColor
fillColor: stringfillOpacity
fillOpacity: numberfloorId?
optional floorId: string;hidden
hidden: booleanid
id: stringradiusMeters
radiusMeters: numberrenderOrder
renderOrder: CircleRenderOrderstrokeColor
strokeColor: stringstrokeOpacity
strokeOpacity: numberstrokeWidth
strokeWidth: numberLast updated on