8

I am trying to overlay my own custom images on top of a MapView in Android. It is important that my images align correctly with the underlying Google Maps tiles, because it is a map of a university campus whose features must align with Google's underlying tile features. Are the tiles Google provides for a given geographic rectangle always the same size (in pixels), regardless of display density, or does Google transmit tiles of higher or lower resolution for higher/lower display density devices?

I know in the static maps Javascript API there is a scale parameter that can be parsed to have higher resolution tiles returned. I am just curious as to whether the Android MapView is also capable of returning higher/lower resolution tiles. In the event MapView does return tiles at varying resolutions, is there anyway to programatically find what this resolution is, so I can scale my own overlaid imagery accordingly?

Bryce Thomas
  • 10,479
  • 26
  • 77
  • 126

2 Answers2

0

Though this was never technically answered, I believe it may have been rendered irrelevant by the far more feature complete v2 version of the Google Maps API for Android.

Bryce Thomas
  • 10,479
  • 26
  • 77
  • 126
0

I guess it would be easier to use custom tiles with the help of osmdroid.

Macarse
  • 91,829
  • 44
  • 175
  • 230