Google Maps | Creating a simple, fully customized map
Problem: One of the most common things we need to do as developers is to create a Google Map for our client websites. Although this is pretty straight-forward, there are many customization properties available if we considering digging into them. Below are provided some of the most common map requirements while building Google Maps. Solution: *** Enabling the service *** In order to start using the Google Maps service, we need to open our Google Console and do two things: - Enable the Google Maps API v3 service in the "Services" tab. - Create a new browser key in the API Access tab. Activate the Maps V3 API Create a browser key Don't add any hosts for now (later you should restrict the api key by setting *.yourdomain.com/* ) Your API Key is available now *** Find out the location *** The first thing we want to do is access https://maps.google.com/ and enter the location we want. Sadly enough, Google doesn't tell you th...