Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
Welcome to AspAdvice Sign in | Join | Help

Re: Adding Google Maps

  •  01-04-2008, 1:53 PM

    Re: Adding Google Maps

    Got it. Thanks for your help!!!!

    The combination of what you showed me, plus what I am using from the other site, gets what I want.

    The code I picked up and am using, allows for multiple markers on the map, so all the points and marker data chucks are stored in single vars as arrays. It was just a matter of catching the iteration through the array at the right point and then adding:

    map.openInfoWindowHtml(ps[i], ls[i]);

    Thanks again for your great help!!!!


    Sincerely,
    Doug Joseph
    Filed under: ,
View Complete Thread