map/cluster-map.component.ts
Smart map component for that clusters devices together when there are too many to display individually. Unlike the basic map, this component loads device data dynamically and manages cluster rendering and updates. Extends the base MapComponent with clustering, dynamic data loading, and advanced refresh logic.
| providers |
ManagedObjectRealtimeService
|
| selector | c8y-cluster-map |
| templateUrl | ./cluster-map.component.html |
<div class="c8y-map">
<div #map></div>
</div>
<ng-content></ng-content>