Sorting out the URL structure

Now in order to get started before we can do any of this we have to figure out exactly what sort of URL structure we're going to use to get that data, the latitude and longitude information, showing up correctly in Google Maps. And there's actually a pretty uniform way to set up the URL, which is going to make this really easy.

To show you exactly what URL we're going to be using, let's go ahead and open up a new tab. The URL is going to go to https://www.google.com/maps. Now from here we are going to be providing a query parameter, and the query parameter will be specifying; it's called q:

And it is going to ...

Get Advanced Node.js Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.