The IMapLayerVisuals interface contains properties and methods that are used to work with a indicators collection of a map layer.
| Property name | Brief description | |
| Count | The Count property returns the number of collection indicators. | |
| Item | The Item property returns the collection indicator by its index. |
| Method name | Brief description | |
| Add | The Add method returns the index of the specified collection indicator. | |
| AddAreaVisual | The AddAreaVisual method adds a map indicator to the collection. | |
| AddBarVisual | The AddBarVisual method adds a bar indicator to the collection. | |
| AddImageVisual | The AddImageVisual method adds an icon indicator to the collection. | |
| AddMarkerVisual | The AddMarkerVisual method adds a geolocation marker to collection. | |
| AddPieVisual | The AddPieVisual method adds a pie indicator to the collection. | |
| Clear | The Clear method clears the indicators collection. | |
| Remove | The Remove method removes an indicator from the collection by its index. |
See also: