Map scale
Opened this issue · 1 comments
Deleted user commented
Hello,
how can I display a dynamically resizable scale on the map? I mean when a user zooms in, the scale will recalculate, adjust and display to the user. I was not able to find any component in the library. I only found one can calculate it but there is no UI component for it.
Thanks a lot
Jan
Deleted user commented
I found a property on the GMap component that does this:
MapControl.MapScaleInfoEnabled = true;
MapControl.MapScaleInfoPosition = MapScaleInfoPosition.Top;
I hope this helps somebody.