toggle menu
Yandex MapKit KMP
null
android
common
ios
switch theme
search in API
yandex-mapkit-kmp
/
ru.sulgik.mapkit.map
/
CircleMapObject
Circle
Map
Object
android
common
ios
actual
class
CircleMapObject
:
MapObject
expect
class
CircleMapObject
:
MapObject
actual
class
CircleMapObject
(
nativeCircleMapObject
:
<Error class: unknown class>
)
:
MapObject
Members
Members & Extensions
Constructors
Circle
Map
Object
Link copied to clipboard
ios
constructor
(
nativeCircleMapObject
:
<Error class: unknown class>
)
Properties
fill
Color
Link copied to clipboard
android
common
ios
actual
var
fillColor
:
Color
expect
var
fillColor
:
Color
actual
var
fillColor
:
Color
geometry
Link copied to clipboard
android
common
ios
actual
var
geometry
:
Circle
expect
var
geometry
:
Circle
actual
var
geometry
:
Circle
is
Draggable
Link copied to clipboard
android
common
ios
actual
var
isDraggable
:
Boolean
expect
var
isDraggable
:
Boolean
actual
var
isDraggable
:
Boolean
is
Geodesic
Link copied to clipboard
android
common
ios
actual
var
isGeodesic
:
Boolean
expect
var
isGeodesic
:
Boolean
actual
var
isGeodesic
:
Boolean
is
Visible
Link copied to clipboard
android
common
ios
actual
var
isVisible
:
Boolean
expect
var
isVisible
:
Boolean
actual
var
isVisible
:
Boolean
parent
Link copied to clipboard
android
common
ios
actual
val
parent
:
BaseMapObjectCollection
expect
val
parent
:
BaseMapObjectCollection
actual
val
parent
:
BaseMapObjectCollection
stroke
Color
Link copied to clipboard
android
common
ios
actual
var
strokeColor
:
Color
expect
var
strokeColor
:
Color
actual
var
strokeColor
:
Color
stroke
Width
Link copied to clipboard
android
common
ios
actual
var
strokeWidth
:
Float
expect
var
strokeWidth
:
Float
actual
var
strokeWidth
:
Float
user
Data
Link copied to clipboard
android
common
ios
actual
var
userData
:
Any
?
expect
var
userData
:
Any
?
actual
var
userData
:
Any
?
z
Index
Link copied to clipboard
android
common
ios
actual
var
zIndex
:
Float
expect
var
zIndex
:
Float
actual
var
zIndex
:
Float
Functions
add
Tap
Listener
Link copied to clipboard
android
common
ios
actual
fun
addTapListener
(
tapListener
:
MapObjectTapListener
)
expect
fun
addTapListener
(
tapListener
:
MapObjectTapListener
)
actual
fun
addTapListener
(
tapListener
:
MapObjectTapListener
)
get
Casted
User
Data
Link copied to clipboard
inline
fun
<
T
:
Any
>
MapObject
.
getCastedUserData
(
)
:
T
?
remove
Tap
Listener
Link copied to clipboard
android
common
ios
actual
fun
removeTapListener
(
tapListener
:
MapObjectTapListener
)
expect
fun
removeTapListener
(
tapListener
:
MapObjectTapListener
)
actual
fun
removeTapListener
(
tapListener
:
MapObjectTapListener
)
set
Drag
Listener
Link copied to clipboard
android
common
ios
actual
fun
setDragListener
(
dragListener
:
MapObjectDragListener
?
)
expect
fun
setDragListener
(
dragListener
:
MapObjectDragListener
?
)
actual
fun
setDragListener
(
dragListener
:
MapObjectDragListener
?
)
to
Native
Link copied to clipboard
android
ios
open
override
fun
toNative
(
)
:
CircleMapObject
open
override
fun
toNative
(
)
:
<Error class: unknown class>