You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the application on Mac it zooms out correctly, but not on Windows.
Any ideas on how I can solve so that the map is displayed correctly in Windows?
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm working with net 8.0 Visual Studio 2020 for Mac. I have the following code :
mapa.MoveToRegion(MapSpan.FromCenterAndRadius(new Location(41.21301, 1.73250), Distance.FromMiles(3500)));
Running the application on Mac it zooms out correctly, but not on Windows.
Any ideas on how I can solve so that the map is displayed correctly in Windows?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions