I tried <MapView Zoom="{ZoomLevel.City}"> and <MapView Zoom="1.0"> but the zoom level is always set to the maximum zoom out.
Additionally, you might want to expand the documentation at https://www.fusetools.com/learn/fuse#mapview so that it demonstrates on how to get a reference to the MapView to call setZoom(1.0) on.
Ok, so a Zoom of 2 is the minimum zoom, so that’s all the way out. 21 is the maximum zoom in. It’s a bit confusing, but ask Google about that Try with higher values and see if you have any luck. When I test here Zoom behaves as it should. “It works here” is the worst kind of feedback to get from a developer, I know, but indulge me
I’m going to do a pass on the MapView docs, as there are more Zoom changes coming in to unify iOS and Android, will also clarify this.
thanks for taking a look. Unfortunately, setting the Zoom property to 2, 21 or any value in between doesn’t do anything in my Android project. The map is zoomed all the way out:
Just pushed a pretty major update to how values are propagated through both iOS and Android MapViews (including unifying how they read Zoom) which should make it into a release soon. Sorry it’s not working for you guys Can I ask which devices you are testing on?