Google MAP API

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
girishbm
Forum Newbie
Posts: 2
Joined: Mon Oct 04, 2010 8:01 am

Google MAP API

Post by girishbm »

Hi,

This is girish i am using javascript APi for google MAps in my web page. To locate the address of the user when ever user logged into that web page i will get a pop message

This web site needs a different Google Maps API key. A new key can be generated at http://code.google.com/apis/maps/.

but the details will be displayed correctly .. I need ur support how to update my current API's to advanced as show in alert message . even i followed the procedure by visiting the url displayed in the alert message....

Please Give Me Your Support

Regard's
Girish
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: Google MAP API

Post by internet-solution »

Hi Girish,
Follow the link in the popoup message and register your website. You will then get an API key for your site, which you should use in your pages:

[syntax]<script src='http://maps.google.com/maps?file=api&v= ... ey=<INSERT YOUR API KEY HERE>' type='text/javascript'></script>[/syntax]

See here for details on how it works- http://code.google.com/apis/maps/faq.html#keysystem
girishbm
Forum Newbie
Posts: 2
Joined: Mon Oct 04, 2010 8:01 am

Re: Google MAP API

Post by girishbm »

hi

Thanks For Your Support,

Can i get any help as with out registering website..
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: Google MAP API

Post by internet-solution »

What help do you need re. registration?

Its simple - you accept the terms and conditions and then enter your website domain in a text box.
Post Reply