On Sep 3, 12:11 pm, duncanm <[email protected]> wrote:
> Hi,
>
> Thanks, but not quite what I'm after -- first of all that example is
> using the v2 api not v3:

So translate it:
http://www.geocodezip.com/v3_MW_example_map2.html

, secondly the links are generated by
> javascript, whereas I will create my links with html(php) as they will
> appear with other elements on the page,eg: title, paragraph, link
> etc...

The links that are created by javascript are just html.  You can
create them with php as well.  The issue is that to know the correct
index, you have to be sure not to change the order that you add the
markers in.  But you could use ids instead of numeric ids, but you
would have to modify the code to do that.

  -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to