[android-developers] Re: Google Map not showing up....just the tiles

2009-12-07 Thread windstorm
If the tilesSteve mentioned is like grid without any street or city, that's exactly the same problem I met with. Dunno the solution yet, and I did have the internet permission On Dec 6, 11:23 pm, Mark Wyszomierski mar...@gmail.com wrote: What do you mean you only get the tiles? You mean the

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-07 Thread Andrei
this is because u did not put correct license string for maps, which is based on certificate u use to sign app On Dec 7, 12:47 pm, windstorm likunarmstr...@gmail.com wrote: If the tiles    Steve mentioned is like grid without any street or city, that's exactly the same problem I met with.

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-07 Thread warunsl
Hi, If u mean only the grid is appearing, then you would want to check if you have specified your API-key in the layout.xml file. If yes, then see if you have given the INTERNET permissions and uses-library in the AndroidManifest.xml file. Hope this helps.. Regards, Varun On Dec 7, 1:30 am,

[android-developers] Re: Google Map not showing up....just the tiles

2009-12-06 Thread Mark Wyszomierski
What do you mean you only get the tiles? You mean the actual map tile images (like roads and cities)? That would be odd. If you have your map key setup properly, and the tiles are what's not showing up (which is probably the case), make sure you have the internet access permission defined in your