D#918
google map api Project Source Code:
https://drive.google.com/open?id=1hgp...
console link to get API:
https://console.cloud.google.com/
Documentation of google map
https://developers.google.com/maps/do...
***Initialize Map**
1. get map api
AIzaSyAGH4HEtTRslAF8rowDfzMbnlD7tmcXX5M
2. get lat and long of india store it to object
2. add zoom level and country location to object
3. Pass it to function google.maps.Map()
**Add Marker**
1. set option object with position and initialized map
2. pass the options to google.maps.Marker();