javascript - How do I implement google maps yelp.com style? -
I have multiple locations (20 + per page) that need to be mapped on a map. I would like to click on a link for the place that was dynamically generated not (for SEO purposes) which will open the info window for the respective markers on the map.
Behavior should be copied - but this map has dynamically generated sidebar links.
The only site I have seen so far that manages to implement the Google Maps API with non-prodigious JavaScript. I'm not completely sure what the Yelp implementation is, but if this is incredible javascript mapping, then you are behind it. Your only possible option is to provide a static image instead of an interactive map, where Javascript is unavailable.
A quick walk can be found through this technique
HTH
Comments
Post a Comment