Ok what I decided to do was break this problem up into chunks. The first thing I want to do is just see what the points variable is holding. So I output it to the screen instead of just displaying it via standard markers.
For the new test I ran it ouput the following set... (35.2208249643221, -91.84541630121284),(35.22744023381342, -91.82967995349988),(35.234055503304745, -91.81394360578693) Maybe I can break each lat long set into its own variable and then output it that way. That's what I will try next. On Jun 6, 8:25 am, aidema <[email protected]> wrote: > Thanks Larry. I'll take a look at the code for the link you sent and > see if it helps. > > I did try to do custom markers based on Mike's example and also the > Google documentation but whenever I do try I break it. > > I would rather just see the solution with the code I pasted in my > first post. I appreciate the links but I do plenty of searching > before I come here to ask for help. So I'm not extremely confident > that I'll be able to derive a solution from the link. > > On Jun 4, 1:00 pm, "[email protected]" <[email protected]> > wrote: > > > > > > > > > On Jun 4, 1:08 pm, aidema <[email protected]> wrote: > > > > I used the epoly.js from Mike William's site to plot mile markers on a > > > Google Map. > > > > It works great, but... I want to customize that marker so I don't have > > > the standard red Google pin. Is that possible? > > > yes see Mike William's tutorial on custom markers. > > > > Also, I'd even like to go a step further and use custom icons for the > > > specific mile > > > number. > > > Like this?http://www.geocodezip.com/basic8j.asp?filename=example_number.xml > > > -- Larry > > > > I have the icons made already... for this forum, lets say > > > they arehttp://www.examplesite.com/1.png(1representsthe mile). > > > > Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
