Example of Zoom to fit all markers in React Maps Component

/
/
ProgrammaticZoomMaps

This sample visualizes the capitals of all the countries in the South America continent by displaying the markers in their locations.

More Details...

Loading....
Description

In this example, you can see how to zoom the maps dynamically based on the location of the markers in the map. The map is scaled and the center position is changed based on the markers location. This is achieved by setting true to the shouldZoomInitially property in zoomSettings.

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 data label, inject the Marker module using the Maps.Inject(Marker) method.