Google Map Location – PHP Script

Overview

Google map Maker provides to you multiple map location. You can use it for your multiple dealers or service center location. Also use it any location. it provides to you address information information, location point, map point, zooming map, Satelite view and normal view. 
Google Map maker provided a admin panel. You can easily add a map, map information, and others. All information automatically add into this map. Also provided to you some roles like as: edit a map information, hide a map pointer, delete a map location or information.

Features

  • Add a Map Pointer
  • Add a State 
  • Add a City
  • City based Location 
  • Multiple Location Point
  • Drop-down Search option
  • First page show all location (by defult) 
  • Master Admin Panel 
  • Add, edit and delete a map location 
  • Drop-down Search option 
  • Responsive Map
  • 24/7 Hours Support

Requirements

Need Google Map API key

Instructions

Follow instruction for setting

1. Go to admin->application->config->config.php
    set domain name: $config[‘base_url’] = ‘http://yourdomain.com/admin’;

2. For database setting : 
    a). Go to admin->application->config->database.php

        set database info: 
        $db[‘default’][‘username’] = ‘your username’;
        $db[‘default’][‘password’] = ‘your password’;
        $db[‘default’][‘database’] = ‘your database name’;

    b). Go to db_config.php
        $db = new mysqli(‘localhost’,’db_username’,’db_password’,’database_name’);

3. Create a database and upload map.sql file.

4. For admin login  username : boe14 and password = boe14 

5. admin url :   yourdomain.com/admin
6. Map Url  :   yourdomain.com/index.php

7. Must be set up google map api key: 
    please view for setting google map api key :

8. set your google map api key: (see mapkeyapi.jpg image)  go to index.php line number 235

   

src=”https://maps.googleapis.com/maps/api/js?key=YOUR_MAP_API_KEY&callback=initMap”>

9. Set up a address for details 

   

Related