CircleOptions
Parameters for creating a geometric map object of the "Circle" type.
CircleOptions(
position: GeoPoint,
radius: Meter,
color: Color = Color(),
strokeWidth: LogicalPixel = LogicalPixel(value = 0.0f),
strokeColor: Color = Color(),
visible: Boolean = true,
userData: Any? = null,
zIndex: ZIndex = ZIndex(value = 0),
levelId: LevelId? = null
)
Parameters for creating a geometric map object of the "Circle" type.
Parameters
Properties
Geographical position.
Radius in meters.
Fill color.
Width of the circle outline.
Line color of the circle outline.
Visibility flag.
User data (not used inside the SDK, only needed for API users).
Object rendering level.
Link to the floor plan of the building.