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