TTMSFNCMapsCoordinates Class
Maintains an owned collection of coordinate items.
API unit family: TMSFNCMapsCommonTypes
Inherits from: TTMSFNCOwnedCollection
Syntax
TTMSFNCMapsCoordinates = class(TTMSFNCOwnedCollection)
Properties
| Name |
Description |
| Bounds |
Returns the bounds that contain the coordinates. |
| Items |
Provides indexed access to collection items. |
| ToArray |
Gets or sets the coordinates as an array. |
Methods
| Name |
Description |
| Add |
Adds a new item to the collection. |
| Clear |
Removes all items from the collection or map layer. |
| Insert |
Inserts a new item at the specified index. |
Events