Hi
I would like to set zoon level when I use MapView. How can I implement it properly?
Thank you.
Hello. If you want to see +/- controls on map - you can enable it with {"zoomcontrol":true} If you want to set zoom level programmatically - use {"zoommap": 10} also you can set center of the map by {"centermap":[53.90557,27.45642]}
{"zoomcontrol":true}
{"zoommap": 10}
{"centermap":[53.90557,27.45642]}
dexif Thank you. It is working well. 👍️