Adjust the size of the marker based on the map scale

Hello everyone!
I was wondering if i can adjust the size of the marker based on the map scale ?
If anyone knows what block should i use it will help me a lot ,cause at this point i have actually 20 markers on the map and it is confusing!

Map scale is based on the Tile set in use (which is determined by the Zoom (1 to about 21 or so). If your markers are crowded, increase the zoom to increase the separation between them.


You can change the display size of a marker with

Marker.Width Specifies the horizontal width of the Marker, measured in pixels.
Marker.Height Specifies the Marker’s vertical height, measured in pixels

you can also use a customMarker image for your markers that could be smaller than the default Marker pins using ImageAsset
Specifies the image shown for the Marker.

What have you tried?

The simple way to view crowded markers is to change the Map zoom. :grinning:

:wink:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.