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

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
position
radius
color
strokeWidth
strokeColor
visible
userData
zIndex
levelId
Returns
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.