Skip to Content
APIInterfacesInterface: CircleRecord

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: LatLng

fillColor

fillColor: string

fillOpacity

fillOpacity: number

floorId?

optional floorId: string;

hidden

hidden: boolean

id

id: string

radiusMeters

radiusMeters: number

renderOrder

renderOrder: CircleRenderOrder

strokeColor

strokeColor: string

strokeOpacity

strokeOpacity: number

strokeWidth

strokeWidth: number
Last updated on