Skip to content

Commit b471589

Browse files
committed
Update README.md
1 parent 7d47686 commit b471589

File tree

4 files changed

+167
-22
lines changed

4 files changed

+167
-22
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.idea/
2+
*.log
3+
.DS_Store
4+
.cache

.idea/workspace.xml

+141-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+22-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,27 @@
1-
# google-maps-javascript-api
1+
# Google Maps JavaScript API
22

3-
# Step-1-GET API KEY
4-
https://console.cloud.google.com/apis/dashboard
5-
https://developers.google.com/maps/documentation/javascript/tutorial
6-
https://developers.google.com/maps/documentation/javascript/get-api-key
3+
A Demo for Google Maps JavaScript API
74

8-
# Step-2 Create Project
9-
When logged in to your google api dashboard Click on Credentials and Create Credentials ( Create Credentials > Api key ) for the above API
5+
![](api.png)
6+
7+
## Video Tutorial :video_camera:
8+
9+
1. [Watch Demo Tutorial](https://www.youtube.com/watch?v=yhhkNtdg5x0&list=PLD8nQCAhR3tT9dU8JKLpG3av-WMQGPPFP)
10+
11+
## Step-1-GET API KEY
12+
* [API Dashboard](https://console.cloud.google.com/apis/dashboard)
13+
* [Google Maps JavaScript Tutorial](https://developers.google.com/maps/documentation/javascript/tutorial)
14+
* [Get API Key](https://developers.google.com/maps/documentation/javascript/get-api-key)
15+
16+
## Step-2 Create Project
17+
18+
* When logged in to your google api dashboard Click on Credentials and Create Credentials ( Create Credentials > Api key ) for the above API
1019
get the API key
1120

12-
# Step-3 ENABLE APIS:
13-
Go to Api Library on https://console.cloud.google.com/apis/library and active the below API libraries:
14-
1-Places API
15-
2-Geocoding API
16-
3-Google Maps API
21+
## Step-3 ENABLE APIS:
22+
23+
> Go to Api Library on https://console.cloud.google.com/apis/library and active the below API libraries:
24+
> * 1-Places API
25+
> * 2-Geocoding API
26+
> * 3-Google Maps API
1727
18-
You can watch the demo on https://www.youtube.com/watch?v=yhhkNtdg5x0&list=PLD8nQCAhR3tT9dU8JKLpG3av-WMQGPPFP
19-
For any help please contact me on http://imransayed.com

api.png

556 KB
Loading

0 commit comments

Comments
 (0)