php-google-maps / php-google-maps
PHP Google Maps API for PHP 5.3+
Installs: 75 556
Dependents: 1
Suggesters: 0
Security: 0
Stars: 77
Watchers: 17
Forks: 65
Open Issues: 9
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-12-29 04:20:04 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.