Username:

Password:

Author Topic: PHP And Google Map  (Read 397 times)

lilly1236

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 163
    • WWW
PHP And Google Map
« on: July 19, 2011, 03:46:43 AM »
Ive just had a new site built in php and the designer couldnt seem to get a googlemap working on my contact page. She thinks it is a conflict of codes. Is a google map on a php site something that can be done??

lilly1236

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 163
    • WWW
Re: PHP And Google Map
« Reply #1 on: August 02, 2011, 03:49:03 AM »
php-google-map-api

NOTE: THIS CLASS IS NOT SPONSORED BY OR AFFILIATED WITH GOOGLE

The world of building web applications that utilize Google Maps can be a tedious and laborious process. The intent of this class is to make it easier for developers to quickly and easily integrate a map into their page with very little effort.

This project was born from the PHP GoogleMapAPI from Monte Ohrt, and I consider this to be an updated "revision" to the original. This class is released under the same license as the original to avoid any conflicts.

I welcome any feedback, feature requests, problems, and suggestions and will do my best to keep this up to date as the latest V3 Google API offerings are released. With that said, I would also suggest working directly from SVN, and any necessary modifications done in subclasses (I've left everything in the class "public" for that reason); I say this because Google has announced that with the latest version (3), currently they are not maintaining separate versions, if you are using V3, it is currently always the latest stable version from Google. If this changes in the future, I will update the class accordingly

For anyone that might have implemented previous revisions, here is an "in-progress" changelog from V2.5

Stay up to date and connect with us on Twitter or Facebook.

netshet

  • Jr. Member
  • **
  • Karma: +0/-0
  • Posts: 53
Re: PHP And Google Map
« Reply #2 on: August 04, 2011, 09:03:05 PM »
New Features in 3.0

    Updated to use Google Maps API v3
    Removed references and everything dealing with Google Maps API key since API keys are no longer necessary in V3 of the API!
    Updated geocaching to use new Google Maps V3 geocoder.
    Updated marker/custom icon handling.
    Added ability to create maps for mobile devices.(iPhone and Android devices are currently the only supported devices)
    Added directions rendering
    Added walking and biking directions support
    Added JSMin minification support.

hairtransplant

  • Jr. Member
  • **
  • Karma: +0/-0
  • Posts: 56
Re: PHP And Google Map
« Reply #3 on: January 28, 2012, 06:40:30 AM »
The world of building web applications that utilize Google Maps can be a tedious and laborious process. The intent of this class is to make it easier for developers to quickly and easily integrate a map into their page with very little effort.