Hi there,
I need to allow my user to zoom-in to centimetrics entities and I have an OpenStreetMap background.
To proceed, I’ve added the following code:
AndroidMap.MinimumScale = 1;
however, when zooming to an unsupported scale, OSM load very slowly tiles showing that the scale is not supported.
How can I do, to simply remove/hide OSM when it’s an unsupported scale ?
Thank you in advance
Patrick.