Hi, I'm trying to personalize Nate's code to have different marker types depending on type. I cannot understand the use of iconcolor, iconnum, iconsize in newMarker function function newMarker(location, html, iconcolor, iconnum, iconsize)
At the moment I call that function like this: var mark = newMarker(point, popup, null, null, null); how can I use my personal markers? (files a.png, b.png, c.png in imgs folder)? thank you On 23 Lug, 13:53, pinzerik <[email protected]> wrote: > GREATTTTTTTTTTTTTTTTTTTT lol > it wasmarkers.push(mark) > missing. > thank you so muck > > On 22 Lug, 22:43, Nate <[email protected]> wrote: > > > Err oops I think I just replied to author, but I just wanted to say > > that it's crucial you push all themarkersyou make onto a master list > > somarkerscan find othermarkers. In this case the list is called > > "markers". Thus you should always be doing: markers.push > > ([your_marker]) > > > Regards, > > Nate > > > On Jul 16, 8:59 am, pinzerik <[email protected]> wrote: > > > > Sorry, you are right. > > > Here it is:http://pinzerik.altervista.org/spid.html > > > > thanks > > > > On 16 Lug, 14:11, Rossko <[email protected]> wrote: > > > > > > Here's the code: > > > > > No thanks, > > > > Link to your (non) working example, please !- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
