Reputation: 291
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 :
Upvotes: 0
Views: 95
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:
Upvotes: 1