Google Map is not showning properly in android - android

My Map is shown like this
But I want to show my map as like this .! i have follow this tutorial google map tutorial .please help where I'm doing wrong ?
Api Snaphot :

First of all the guide you are using is for Google Maps API V1. Right now there is no point in using this API version because it's deprecated and you can't receive a key as Google does not hand them out any more.
So the first suggestion would be to move your implementation to API V2. You can get an idea on how to use API V2 by reading this blog post I wrote on this matter:
Google Maps API V2

Related

Cant find Google Map Android API v2

I just come to know there is no Google Map Android API v2 available in google developers APIs menu,
http://s30.postimg.org/txz8319g1/image.png
Anybody has any idea what has happened ?
They just changed a name. Implemente Google Map Android API instead of Google Map Android API v2 and it will work fine.

Android Google maps v1 transition to v2

Sorry Im new to Android Development, dont know how to convert google maps v1 to google maps v2, cant find any good source related to transition from one api to another api...
Main thing is to know what api v1 method/datatype/libs/overlay = to api v2, I for testing I had created working simple solution of working api v2 google maps so i know what should be changed in manifest in loyaut but main problem in Java code and api transition.
Now API has been out to the v3. I suggest you choose v3.

Google map api shows grid

I tried to integrate Google map API with android native application. But I got only grid only, I can't get the map. Please help me to solve this problem.
Grids are shown because your key is not correct.Use the true key for your project which is registered in Google Project Console.
If you are getting only grid instead of the map, usually it's Google Maps Authentication problem. To solve it I would suggest you to go over the following guide:
Google Maps API V2 key
Follow all the steps of the guide and reproduce the key.
Next, follow this guide as well:
Google Maps API V2
to create application that integrates Google Maps API V2. Don't forget to remove the current installed application completely because Google Maps V2 caches the key you used before.

Google Maps Android v1 API deprecated, obtaining API key for publishing

I have developed an application which uses mapView. I have used Google maps for android v1. I finished my app and now ready to publish but unfortunately Google stopped providing API key from March 18th 2013. Now i'm in a huge trouble.
So is there any way that i can obtain a API key for Google maps for android v1,
or
Can i use Google maps for android v2 key with out changing my code (Like ItemizedOverlays, Overlays, and Drawings on map)
Please Help !!!
Thanks in advance.
This the time you can migrate from current Version V1 to V2. Detailed explanation for Version V2 is here.
Follow steps by steps instruction from the tutorial.
1. You can try to address Google and ask them to provide you with a key, although I doubt they will agree doing that.
2. No you can't use most of the object you used in the Google Map API v1. Overlays are not supported in V2 and you should use polygones and polylines.

google maps android api v2 error

I'm developing an app. on SDK 17 which involves google maps but the problem is that when I use Google Maps v1 api key, the map works fine but when I try to use Google Maps android V2 api key nothing is displayed (only the google maps tiles appear). I have included the google play services library and searched for all possible reasons but couldn't find one. Please help!
1)Go to the Google APIs Console https://code.google.com/apis/console/#project:650847076763
2)In Services enable ‘Google Maps Android API v2’ and agree to the terms
3)In the left navigation bar, click API Access.
4)Click Create New Android Key....
Google maps api V1 is already deprecated use the maps api V2 instead.
Documentation page:
https://developers.google.com/maps/documentation/android/
Here is a quick start guide:
https://docs.google.com/document/d/19xKLZTrY1l6Sgu-V_IVSDIRZrcThjwxDrlm9rNr0tzo/edit
If you are having problems with MapFragment or the google play services library visit this thread it will help you.
https://docs.google.com/document/d/19xKLZTrY1l6Sgu-V_IVSDIRZrcThjwxDrlm9rNr0tzo/edit
Also I answered related problem that you have here.
How to/Error in declaring google-play-services-component
Happy coding :)

Categories

Resources