Stories
Slash Boxes
Comments
NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

barbie (2653)

barbie
  reversethis-{ku. ... m} {ta} {eibrab}
http://barbie.missbarbell.co.uk/

Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.

If you really want to find out more, buy me a Guinness ;)

Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]

Journal of barbie (2653)

Sunday May 07, 2006
04:00 AM

Google Maps Linking

[ #29548 ]

I've been working on a Google Map and have hit a problem. Creating the map and all the markers has gone really well. The hard part was finding the time to get all the latitude and longitude values. However, now I've created the map and wanted to do something a bit extra. I want to have text below the map with links to the markers on the map.

If you go to maps.google.com, and do a search for something like hotels, you get a nice google map and a list of all the hotels as a text frame. When you click on one of the text links, the map is readjusted and pinpoints the associated marker. I want to do something similar, but it's proving rather frustrating as all the howtos about the Google Map API (official and unofficial) don't seem to reference this linking. Or if they do they use a word or phrase that isn't obviously about text links external to the map.

Anyone have any references to tutorials or howtos about this?

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • I'm not sure exactly what you mean but http://www.redbrick.dcu.ie/~link/yapc/ [redbrick.dcu.ie] may be some help. Also, double clicking on a point on my map will display the coordinates you need to add the point in question to your map.
    • Excellent I was looking for this earlier but it's not linked via the Braga site anymore. It's exactly what I was after. Just before I saw your post though I found the following Google Maps API Tutorial [demon.co.uk] page about it. The bit I was missing was the fact you had to pass the html again to the popup, I was thinking I needed to simulate a click on the marker. The answer is always easier than you expect! Thanks.
      • if you read the google api page carefully, there is a link to http://mapki.com/ [mapki.com] which includes all links (including that link), code snippets and useful tips ( check the optimization tips )

        I too, trying to use google map in my own project, going to tackle the show all markers in an area task soon. it's been fun