ru.dgis.sdk.map.CircleOptions | Android SDK | Urbi 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.

The line width of the circle outline.

Line color of the circle outline.

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.