Categories: News

Google Maps Embed API to Benefit Local Search Engines & Others

The article explores newly launched Google Maps Embed API and talks about the benefit to end users and, some of the business benefits to local search engines.

Few days back, Google launched its new Google Maps Embed API using which any business could easily embed google maps in relation with their locations with simple & easy embeddable HTML snippets. Following is how the HTML snippets look like:

<iframe
width=”600″
height=”450″
frameborder=”0″ style=”border:0″
src=”https://www.google.com/maps/embed/v1/place?key={API_KEY}
&q=Space+Needle,Seattle+WA”>
</iframe>

Lets look at the API parameters (in bold) above:

  • place: Actually, “place” is used for the parameter {mode}. Other values for {mode} could be directions, search, and view. Read for details on different types for mode on this page.
  • key: Businesses would have to acquire key by visiting the API console at https://code.google.com/apis/console/.
  • q: the parameter q will hold the address with space replaced with ‘+’ sign
  • Then, there are certain optional parameters which could be accessed on this page.

With as simple HTML snippet code as above, following would be embedded map:

fig: space needle address with “Save”

 

So, How could it benefit the end users like me?

In above diagram, what you see is a star marks with “Save”. Thus, while you are browsing the websites on any device such as desktop while at work, and come across webpages with maps like the above, if you click “Save”, the address is stored on your Google Maps app on your mobile device.

I just tested it by accessing the location Guggenheim and amazingly found the same on my Maps app on my android phone with “star” marks.  This can, thus, become so useful as I could browse the locations while at work and, plan my day with just one click on the maps. Later, I could access all of the locations very easily in Google Maps app on my mobile phone. This is very useful as I am no more required to remember the locations and again searching it in the map on my mobile device. Isn’t it very cool?

And, How could it benefit businesses like Local Search Engines?

Local Search Engines could use these HTML snippets for all of the locations and allow users to plan their day by browsing and saving the relevant locations that appeared in the search result, on to the google maps app which could be used later while spending the day. 

I just searched one of the location on JustDial.com on my desktop and, went to a restaurant where address also consisted of Google Maps Icon. While accessing the location on google map, I was able to imagine the benefit if I would have been able to “Save” and later access this location from my mobile phone. No more hassles of noting the address and the searching it later on mobile device.

Won’t it be a useful feature for the users of websites like JustDial.com?

[adsenseyu1]

 

 

 

 

 

 

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Recent Posts

Feature Engineering in Machine Learning: Python Examples

Last updated: 3rd May, 2024 Have you ever wondered why some machine learning models perform…

12 hours ago

Feature Selection vs Feature Extraction: Machine Learning

Last updated: 2nd May, 2024 The success of machine learning models often depends on the…

1 day ago

Model Selection by Evaluating Bias & Variance: Example

When working on a machine learning project, one of the key challenges faced by data…

2 days ago

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

2 days ago

Mean Squared Error vs Cross Entropy Loss Function

Last updated: 1st May, 2024 As a data scientist, understanding the nuances of various cost…

2 days ago

Cross Entropy Loss Explained with Python Examples

Last updated: 1st May, 2024 In this post, you will learn the concepts related to…

2 days ago