@nativescript-community/ui-carto
Nativescript Doc
Preparing search index...
layers/vector
VectorEditEventListener
Interface VectorEditEventListener
interface
VectorEditEventListener
{
onDragEnd
(
param0
:
VectorElementDragInfo
)
:
VectorElementDragResult
;
onDragMove
(
param0
:
VectorElementDragInfo
)
:
VectorElementDragResult
;
onDragStart
(
param0
:
VectorElementDragInfo
)
:
VectorElementDragResult
;
onElementDelete
(
param0
:
VectorElement
<
any
,
any
>
)
:
void
;
onElementDeselected
(
param0
:
VectorElement
<
any
,
any
>
)
:
void
;
onElementModify
(
param0
:
VectorElement
<
any
,
any
>
,
param1
:
Geometry
)
:
void
;
onElementSelect
(
param0
:
VectorElement
<
any
,
any
>
)
:
boolean
;
onSelectDragPointStyle
(
param0
:
VectorElement
<
any
,
any
>
,
style
:
any
,
)
:
PointStyleBuilder
;
}
Index
Methods
on
Drag
End
on
Drag
Move
on
Drag
Start
on
Element
Delete
on
Element
Deselected
on
Element
Modify
on
Element
Select
on
Select
Drag
Point
Style
Methods
on
Drag
End
onDragEnd
(
param0
:
VectorElementDragInfo
)
:
VectorElementDragResult
Parameters
param0
:
VectorElementDragInfo
Returns
VectorElementDragResult
on
Drag
Move
onDragMove
(
param0
:
VectorElementDragInfo
)
:
VectorElementDragResult
Parameters
param0
:
VectorElementDragInfo
Returns
VectorElementDragResult
on
Drag
Start
onDragStart
(
param0
:
VectorElementDragInfo
)
:
VectorElementDragResult
Parameters
param0
:
VectorElementDragInfo
Returns
VectorElementDragResult
on
Element
Delete
onElementDelete
(
param0
:
VectorElement
<
any
,
any
>
)
:
void
Parameters
param0
:
VectorElement
<
any
,
any
>
Returns
void
on
Element
Deselected
onElementDeselected
(
param0
:
VectorElement
<
any
,
any
>
)
:
void
Parameters
param0
:
VectorElement
<
any
,
any
>
Returns
void
on
Element
Modify
onElementModify
(
param0
:
VectorElement
<
any
,
any
>
,
param1
:
Geometry
)
:
void
Parameters
param0
:
VectorElement
<
any
,
any
>
param1
:
Geometry
Returns
void
on
Element
Select
onElementSelect
(
param0
:
VectorElement
<
any
,
any
>
)
:
boolean
Parameters
param0
:
VectorElement
<
any
,
any
>
Returns
boolean
on
Select
Drag
Point
Style
onSelectDragPointStyle
(
param0
:
VectorElement
<
any
,
any
>
,
style
:
any
,
)
:
PointStyleBuilder
Parameters
param0
:
VectorElement
<
any
,
any
>
style
:
any
Returns
PointStyleBuilder
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
on
Drag
End
on
Drag
Move
on
Drag
Start
on
Element
Delete
on
Element
Deselected
on
Element
Modify
on
Element
Select
on
Select
Drag
Point
Style
Nativescript Doc
@nativescript-community/ui-carto
Loading...