ru.dgis.sdk.map.CircleOptions | Android SDK | 2GIS Documentation

CircleOptions

Parameters for creating a geometric map object of type "Circle".

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 type "Circle".

Parameters
position
radius
color
strokeWidth
strokeColor
visible
userData
zIndex
levelId
Returns
Properties

Geographic position.

Radius in meters.

Fill color.

The line width of the circle's border.

Line color of the circle border.

Visibility flag.

User data (not used inside the SDK, only needed for the API user).

Object drawing level.

Link to the floor plan of the building.