So I have a mapview and a couple of markers that i want to select, but i dont want the map to scroll around or focus, i want the map to be static. how i do dis?
Hi paul,
it’s likely that some of the MapView
properties (especially the ones starting with Allow*
) might come in handy: https://www.fusetools.com/docs/fuse/controls/mapview#section-table-of-contents
hey, yeah i looked through the api for mapview, cant find the functionality i tried too explain…
I mean allowzoom=“false” is a start but
There’s currently no simple way to disable MapView panning. Sometimes restricting a native view behaviour is more work than you’d expect! I’ve created an issue for this feature.