CircleMapObject

actual class CircleMapObject : MapObject
expect class CircleMapObject : MapObject
actual class CircleMapObject : MapObject

Properties

Link copied to clipboard
actual var fillColor: Color
expect var fillColor: Color
actual var fillColor: Color
Link copied to clipboard
actual var geometry: Circle
expect var geometry: Circle
actual var geometry: Circle
Link copied to clipboard
actual var isDraggable: Boolean
expect var isDraggable: Boolean
actual var isDraggable: Boolean
Link copied to clipboard
actual var isGeodesic: Boolean
expect var isGeodesic: Boolean
actual var isGeodesic: Boolean
Link copied to clipboard
actual val isValid: Boolean
expect val isValid: Boolean
actual val isValid: Boolean
Link copied to clipboard
actual var isVisible: Boolean

Manages visibility of the object on the map.

expect var isVisible: Boolean

Manages visibility of the object on the map.

actual var isVisible: Boolean

Manages visibility of the object on the map.

Link copied to clipboard
Link copied to clipboard
actual var strokeColor: Color
expect var strokeColor: Color
actual var strokeColor: Color
Link copied to clipboard
actual var strokeWidth: Float
expect var strokeWidth: Float
actual var strokeWidth: Float
Link copied to clipboard
actual var userData: Any?
expect var userData: Any?
actual var userData: Any?
Link copied to clipboard
actual var zIndex: Float
expect var zIndex: Float
actual var zIndex: Float

Functions

Link copied to clipboard
actual fun addTapListener(tapListener: WeakRef<MapObjectTapListener>)
expect fun addTapListener(tapListener: WeakRef<MapObjectTapListener>)
actual fun addTapListener(tapListener: WeakRef<MapObjectTapListener>)
Link copied to clipboard
actual open operator override fun equals(other: Any?): Boolean

Two handles are equal when they have the same type and wrap the same native object.

expect open operator override fun equals(other: Any?): Boolean

Two handles are equal when they have the same type and wrap the same native object.

actual open operator override fun equals(other: Any?): Boolean

Two handles are equal when they have the same type and wrap the same native object.

Link copied to clipboard
inline fun <T : Any> MapObject.getCastedUserData(): T?
Link copied to clipboard
actual open override fun hashCode(): Int

The hash code of the wrapped native object, consistent with equals.

expect open override fun hashCode(): Int

The hash code of the wrapped native object, consistent with equals.

actual open override fun hashCode(): Int

The hash code of the wrapped native object, consistent with equals.

Link copied to clipboard
Link copied to clipboard
actual fun setDragListener(dragListener: WeakRef<MapObjectDragListener>?)
expect fun setDragListener(dragListener: WeakRef<MapObjectDragListener>?)
actual fun setDragListener(dragListener: WeakRef<MapObjectDragListener>?)
Link copied to clipboard
actual fun setVisible(visible: Boolean, animation: Animation, onFinished: Callback?)

Manages visibility of the object.

expect fun setVisible(visible: Boolean, animation: Animation, onFinished: Callback? = null)

Manages visibility of the object.

actual fun setVisible(visible: Boolean, animation: Animation, onFinished: Callback?)

Manages visibility of the object.

Link copied to clipboard
open override fun toNative(): CircleMapObject
open override fun toNative(): ERROR CLASS: Symbol not found for NativeCircleMapObject