Home PHP Google Maps API

The "PHP Google Maps API" Project

To-do/3.0 Roadmap (add any requests here)


  • Add ability to add directions with waypoints to a map.
  • Add ability to toggle various layers using nav (this is not natively supported, but it still possible, check out the layer control demo)
  • Update controls to use new API v3 methods. (will most likely involve some refactoring)
  • Add ability to create a map for user to place / move marker and post new marker location to given url.
    • Add ability to get user's location on map from GPS device.
  • Add ability to create a map for user to place / update polyline and post new polyline coords/options to given url
    • Add ability to create a polyline from mobile GPS input.
  • Add ability to create a map for user to place / update waypoints/directions and post new directions route coords/options to given url
  • Add ability to create a map with markers and/or polylines and/or directions that a user can create/edit and post to given url.
  • Add GPX/TCX Polyline import support
    • Update 05/07/2010: Google just announced today an API method for this(KML). I am working on integrating this into the class now.
    • Update 05/08/2010: I have integrated the KML/GeoRSS overlay support into the class. am still debating on support GPX/TCX at this time.

Not Currently Supported in Official V3 Google Map API but on the Radar


Add your votes to the bugs to help get some attention to these requests


ATTENTION: THIS PROJECT IS NOT SPONSORED BY OR AFFILIATED WITH GOOGLE