Skip to content

aboodma/Google-Api-Maps-Places-Fine-Near-Me

Repository files navigation

Google-Api-Maps-Places-Find-Near-Me

alt text
Google Api Maps Places Fine Near Me is Project Made For Help To locate The places in maps you added to DataBase You Can Try Demo Version From Here : http://nearme.griffindesign.net
alt text

How To Change Api Key

1 . You Should Change The Api Key {
You Can Generate Your Key From Here : https://console.developers.google.com/apis/dashboard
1- Create Project
2- Add Apis & Services
}
2 . Now Open index.php go to Row {71} and put your key in the script src After Key Parametrer

<script defer src="https://maps.googleapis.com/maps/api/js?libraries=geometry&key=YOUR_KEY_HERE&callback=createSearchableMap"></script>

3 . Open createSearchableMap.js go to Row {78} and put Your Key At the value Of Var Key
var key = "YOUR_KEY_HERE";

File Stracture

*Root
/assets
-css
/---
-bootstrap.min.css
-reset.css
-style.css
-js
/---
-bootstrap.bundle.min.js
-bootstrap.min.js
-form.js
-jquery.min.js
-images
/---
-logo.png
-logog.png

-createSearchableMap.js //include All Maps Functions and Search functions
-GetLocations.php // include php & Mysqli query to get loctions from database
-import.php // function to import -CSV- file To Database
-index.php
-project.zip