ThinkGeo.com    |     Documentation    |     Premium Support

Using larger scale tiles until current scale has loaded

Hello yet again ThinkGeo forum.

A simple question - When zooming in and out of the map, is it possible to retain the already loaded higher scale tiles until the current scale tiles have loaded?
The current operation shows white tiles when zooming, that again are replaced by the correct current scale tiles when they have finished loading.

Hi Jehans,

TileOverlay has a property “TransitionEffect” to retain the higher scale tiles when map zoom in/out.
Please following the below codes to use it:

tileOverlay.TransitionEffect = TransitionEffect.Stretch;

This property is available on AndroidEdtion, and it has been supported on Xamarin Forms after version 9.0.673.0, please get that from product center.

Thanks,
Bill

THank you Bill!
Very nice functionality.

Hi Jehans,

I’m very glad to hear it works for you.
Any question please feel free to let us know.

Thanks,
Bill