PHP GoogleMapAPI is a full-featured Google Map API for PHP. Features include auto-geocode lookups, geocode caching, map directions, adding markers and polylines by address or geocoordinates, sidebar generation, and many more.
| Tags | Software Development Libraries php classes |
|---|---|
| Implementation | PHP |
Recent releases


Changes: A bug with "from" address directions has been fixed.


Changes: The Google geo lookup has been updated to use the official Google geocode API. geoGetDistance() has been added for looking up the distance between two coordinates using the great circle distance formula.


Changes: This release uses V2 of the Google Map API. Some behavior of ZoomEncompass has been fixed (it uses the map.getBoundsZoomLevel() function). The setBoundsFudge() function has been added. Parts of getMapJS() have been moved out to new extendable methods.


Changes: Fixes a compatability problem with older PHP versions by changing print_r() to serialize(). Fixes a bug with the sidebar index counter. Makes map directions HTML more configurable via CSS and Javascript variables. Adds more error checking to Google geocoord lookups. Adds a fudge factor to zoom_encompass so that map markers are away from the edges.


Changes: Info windows can now be disabled. A bug has been fixed with icon anchor positioning. Some Javascript variables were moved to global so that they are more easily accessible. All points and markers are now tracked in Javascript arrays. A bug with empty latitude/longitude values has been fixed. Some display issues with driving directions have been fixed.
- All comments
Recent commentsNice tool
This API was very nice to try, thanks for this tool, implementing Google Maps with this API is very easy.
Mel (http://www.webhostingjournal.net/)