kamal
kamal

Reputation: 291

Google Map is not showning properly in android

My Map is shown like this

enter image description here

But I want to show my map as like this .!enter image description here i have follow this tutorial google map tutorial .please help where I'm doing wrong ?

Api Snaphot : enter image description here

Upvotes: 0

Views: 95

Answers (1)

Emil Adz
Emil Adz

Reputation: 41139

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

Upvotes: 1

Related Questions