PHP Classes

Google map: Display Maps using Google Maps API version 3

Recommend this page to a friend!

  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This class can be used to display Maps using Google Maps API version 3.

It can generate HTML and JavaScript to display a map using Google Maps centered in given coordinates and set to a given zoom level.

The class can also add one or more markers to display in the map with given icon image, title and associated information text.

  Author Author  
Picture of Sandeep Kumar
Name: Sandeep Kumar <contact>
Classes: 7 packages by
Country: India India
Age: 39
All time rank: 1508 in India India
Week rank: 84 Up6 in India India Up
Innovation award
Innovation award
Nominee: 2x

Details
Hi Viewer, Thanks to download my class. Well i have written this for all web developers who want to integrate google map. moslty we get requirement for every website like contact us page, map directions. This class is very easy to customized but plz ask me before any modification or you can hire me to make your google map successful. You need not to get any google map api if you use this class. so its easy to transfer files for one domain to other. How to Use This Class: download the zip and archives on a folder. View source: <?php include_once('googlemap.php'); ?> <html> <body> <div id="map" style="width:400px; height:400px;" > <?php $map=new GOOGLE_API_3(); $map->center_lat='28.022900221052016'; // set latitude for center location $map->center_lng='73.3011245727539'; // set langitude for center location $map->zoom=14; echo $map->showmap(); ?> </div> </body> </html> Please take a look on examplemap.php and markerexample.php. You can take support on this class at php.sandeepkumar@gmail.com Thanks a lot. Enjoy Coding.

  Classes of Sandeep Kumar  >  Google map  >  Download Download .zip .tar.gz  >  Support forum Support forum (10)  >  Blog Blog  
Name: Google map
Base name: google-map
Description: Display Maps using Google Maps API version 3
Version: 1.0.0
PHP version: 5
License: Free To Use But Restricted
All time users: 2766 users
All time rank: 1368
Week users: 0 users
Week rank: 117 Equal
 
  Groups   Screenshots Screenshots   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Web services Web data clipping, SOAP or XML-RPC clients and servers View top rated classes
Group folder image Geography Locations, mapping and demographics View top rated classes

  Files folder image Screenshots  
/opt2/mlemos/httpd/htdocs/application/repository_browse.php 2939 mapwithmarker
File Role Description
Accessible without login Image file mapwithmarker Screen multiple markers on the google map with custom icon
Accessible without login Image file samplemap Screen sample google map


  User ratings  
Not enough user ratings

  Applications that use this package  
google Map Class used by bikanermarket.com

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Image file airplane-sport.png Icon custom icon image
Plain text file examplemap.php Example show google map
Plain text file googlemap.php Class main class
Plain text file markerexample.php Example add marker example
Plain text file readme.txt Doc. readme

Install with Composer Install with Composer - Download Download all files: google-map.tar.gz google-map.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
  Files folder image Files  
File Role Description
Image file airplane-sport.png Icon custom icon image
Plain text file examplemap.php Example show google map
Plain text file googlemap.php Class main class
Plain text file markerexample.php Example add marker example
Plain text file readme.txt Doc. readme

Install with Composer Install with Composer - Download Download all files: google-map.tar.gz google-map.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.