Yermo / nativescript-mapbox

:statue_of_liberty: :tokyo_tower: :mount_fuji: Native OpenGL powered Maps, by Mapbox
MIT License
194 stars 94 forks source link

Limit Zoomout Coordinates #291

Open BMwanza opened 5 years ago

BMwanza commented 5 years ago

Is there a way to limit how much a user can zoom out of the map?

For examples of let's say we don't want users in London to see the Map Activity of users in France

EddyVerbruggen commented 5 years ago

Can you browse the native SDKs for that feature? ATM there's only disableZoom in this plugin.

Perhaps you can disable zooming and supply custom zoom controls?