Is it possible here to use yandex tiles with custom Android Google Maps v2 TileProvider?

As a yandex map of the documentation it says:

In contrast to certain other cartographical services, Yandex.Maps uses the elliptical Mercator projection (complying with WGS 84), rather than the spherical projection. This is why a Yandex map will not match up with maps that use the spherical Mercator projection.

      

But Google Map Android v2 doesn't seem to support any other predictions other than the spherical Mercator. Because of this, I have a huge difference between the layout of the Yandex map cells and other tile providers that use a spherical Mercator.

Now I am getting tiles from static api like this:

http://vec04.maps.yandex.net/tiles?l=map&v=2.26.0&x=2392&y=1386&z=12&lang=ru-RU

      

Can I change the forecast for Google Map Android v2 here?

Is there another api for getting Mercator spherical tiles from yandex?

+3


source to share





All Articles