yandex マップのドキュメントにあるように:
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.
しかし、Google Map Android v2 は、球状メルカトル以外の他の投影法をサポートしていないようです。このため、Yandex マップ タイルの場所と、球状メルカトルを使用する他のタイル プロバイダーとの間には大きな違いがあります。
今、私は次のように静的APIからタイルを取得しています:
http://vec04.maps.yandex.net/tiles?l=map&v=2.26.0&x=2392&y=1386&z=12&lang=ru-RU
Google Map Android v2 の投影法を変更する方法はありますか?
yandex から球形のメルカトル タイルを取得するための他の API はありますか?