Skip to content

Commit 1a105a4

Browse files
971613: Added more details about map zoom factor and use case of cluster grouping.
Clarified the description of clustering behavior for map markers, emphasizing the transition from world zoom level to country-level clusters and individual markers.
1 parent 69a9fc2 commit 1a105a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blazor/maps/markers.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,9 +701,7 @@ N> When the `MapsMarkerClusterSettings` tag is enabled for a specific marker gro
701701
* **Context**: In the below example, have three marker groups—France, India, and the USA. Each country contains many locations spread across different states. Displaying every location marker at the world level makes the map cluttered and hard to read.
702702

703703
* **What clustering does**:
704-
At a world zoom level, all nearby markers within each country’s group are clustered into a single symbol per group (e.g., one cluster for France, one for India, one for the USA). The cluster icon can display the count of locations it represents.
705-
As the user zooms in on a country, the single country‑level cluster splits into smaller clusters (or individual markers) based on proximity. For example, France’s cluster breaks into clusters around Paris and Normandy, and further zooming reveals the Eiffel Tower, Louvre, and Notre‑Dame markers individually.
706-
The same behavior applies to India (e.g., clusters for Rajasthan, Uttar Pradesh, etc.) and the USA (e.g., clusters for Arizona, Nevada, Tennessee, and so on).
704+
At a world zoom level, markers that collide within each country’s group are clustered into a single symbol per group (e.g., one cluster for France, one for India, one for the USA). The cluster icon can display the count of locations it represents. As the user zooms in on a country, the single country-level cluster splits into smaller clusters based on proximity. For example, France’s cluster breaks into clusters around Paris and Normandy, and further zooming reveals the Eiffel Tower, the Louvre, and Notre-Dame as individual markers. The same behavior applies to India (e.g., clusters for Rajasthan, Uttar Pradesh, etc.) and the USA (e.g., clusters for Arizona, Nevada, Tennessee, and so on).
707705
* **Manual expansion**:
708706
If [AllowClusterExpand](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Maps.MapsMarkerClusterSettings.html#Syncfusion_Blazor_Maps_MapsMarkerClusterSettings_AllowClusterExpand) property is set to **true**, a user can click a cluster to expand it immediately and view its child markers without additional zooming. This is useful on touch devices or when you want quick access to the underlying points.
709707
* **Per‑group customization**:
@@ -829,4 +827,4 @@ Tooltip is used to display more information about a marker on mouse over or touc
829827
## See also
830828

831829
* [Add different types of markers](how-to/add-different-types-of-markers)
832-
* [Use ObservableCollection for Marker Updates](https://support.syncfusion.com/kb/article/21355/how-to-use-observablecollection-for-marker-updates-in-blazor-maps)
830+
* [Use ObservableCollection for Marker Updates](https://support.syncfusion.com/kb/article/21355/how-to-use-observablecollection-for-marker-updates-in-blazor-maps)

0 commit comments

Comments
 (0)