This sample illustrates the sales details of the products and users location by rendering the markers. Marker clustering is also enabled in this sample.
In this example, you can see how to render cluster for more number of markers if it is at the exact latitude and longitude values. On clicking the cluster, it will gets expanded.
Tooltip is enabled in this example. To see the tooltip in action, hover the mouse over a marker or tap a marker in touch enabled devices.
Injecting Module
Maps component features are segregated into individual feature-wise modules. To use a marker, inject the Marker
module using the Maps.Inject(Marker)
method.