I'm having a bit of trouble working with that example's method because
in the example the points on the map are created programatically (and
then stored in an array to be later referenced by the myClick
function).
On my site, the map is being linked to in an iFrame. The points
already exist, so I don't get the array of references.
Any way for me to get around this? For instance, is there a way to
ask a map for the references to all it's pins?
Chris
On Apr 30, 9:28 pm, "geocode...@gmail.com" <geocode...@gmail.com>
wrote:
> On Apr 30, 8:18 pm, Chris <ChrisPit
...@gmail.com> wrote:
> > I've got a map with several pins. When you click a pin it pops open a
> > bubble with some information. That's all great.
> > Now, I also have a list below the map that names all the pins. I'd
> > like those to be hyperlinks that center the map on the relevant pin
> > and open the pin's bubble.
> > I've looked for documentation or code examples of this out there...
> > but so far no luck. Any tips?
> You want a "clickable sidebar" (it doesn't have to be on the side...),
> see Mike Williams' tutorial:
> Part 2 Adding a clickable sidebarhttp://econym.googlepages.com/basic2.htm
> -- Larry