php-google-maps/php-google-maps

PHP Google Maps API for PHP 5.3+

dev-master 2013-10-17 23:21 UTC

This package is not auto-updated.

Last update: 2024-04-21 01:13:37 UTC


README

#PHP Google Maps API

For PHP 5.3+ and Google Maps API v3

##Features

  • Adsense ads
  • Binding map objects
  • Custom map controls
  • Directions with waypoints ( walking, biking and driving )
  • Event listeners and DOM event listeners
  • Fusion tables
  • Geocoding
  • Geolocation
  • Ground overlays
  • KML layers
  • Custom map styles
  • Markers
  • Marker clustering
  • Custom marker icons
  • Marker staggering
  • Marker animation (bounce, drop)
  • Mobile display
  • Panoramio layers
  • Polygons and polylines
  • Shapes (rectangles and circles)
  • Sidebar
  • Static Map
  • Streetview
  • Simple configuration of map objects

##Autoloading

Use the included autoloader

	require( '../PHPGoogleMaps/Core/Autoloader.php' );
	$map_loader = new SplClassLoader('PHPGoogleMaps', '../');
	$map_loader->register();

This is the autoload from the PSR-0 Final Proposal.