• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

specific product location on Google Maps

New Here ,
Jul 14, 2018 Jul 14, 2018

Copy link to clipboard

Copied

Hi Guys,

I am trying to create a website that will display certain products, vis SQL based the selection from the menu.  So far this works fine.  What I am after, and really haven't found any good tutorials on it, is how to list them in a google  map.  I am not looking at just location a certain business around a persons location but rather a specific product that that business cars.  An example might be a person whats to see what store near him carries a specific type of banana, so when he click on the product banana it would show up on google maps with all the businesses that carry the specific banana.  I am pretty sure that this would be SQL driven and the name, addresses, city, etc of these businesses would have to be in a database.

Any help is appreciated.

Thanks

Views

282

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 14, 2018 Jul 14, 2018

Here's another link to a tutorial that's more relevant to your question.

Using MySQL and PHP with Google Maps  |  Maps JavaScript API  |  Google Developers

Votes

Translate

Translate
Community Expert ,
Jul 14, 2018 Jul 14, 2018

Copy link to clipboard

Copied

You could write a script that exports SQL data to a CSV file and then import that it into a Google Map.

Import map features from a file - Computer - My Maps Help

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 14, 2018 Jul 14, 2018

Copy link to clipboard

Copied

Here's another link to a tutorial that's more relevant to your question.

Using MySQL and PHP with Google Maps  |  Maps JavaScript API  |  Google Developers

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 15, 2018 Jul 15, 2018

Copy link to clipboard

Copied

LATEST

Thank you.  This is exactly what I was looking for.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines