jboudre / storelocator

Automatically exported from code.google.com/p/storelocator
0 stars 0 forks source link

use an existing google map? #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have an existing google map 
https://maps.google.com/maps/ms?msid=217317027978732238707.0004c1c24a39314326f79
&msa=0
I don't see anything in the instructions on how to call an existing map in the 
Store Locator?  Can this be done?
Thank you!

Original issue reported on code.google.com by simonade...@gmail.com on 8 Mar 2013 at 1:21

GoogleCodeExporter commented 8 years ago
Unfortunately there's no API to access those locations via JavaScript.

You could take a dump of all of the locations in KML or JSON format:
https://maps.google.com/maps/ms?ie=UTF8&authuser=0&msa=0&output=kml&msid=2173170
27978732238707.0004c1c24a39314326f79

https://maps.google.com/maps/ms?ie=UTF8&authuser=0&msa=0&output=json&msid=217317
027978732238707.0004c1c24a39314326f79

Original comment by cbro@google.com on 15 Mar 2013 at 10:26