IEditableItem Methods
An interface that should be implemented by any class representing a map item that can be edited using the Map Editor.
Name | Description |
---|---|
Get |
Returns information about contours that form a complex map item’s shape. |
Insert |
Inserts a new point to a map item’s contour. |
Remove |
Removes a map item’s contour point. |
Update |
Updates a map item’s contour point coordinates. |
See Also