On Oct 16, 3:03 pm, Garthan <[EMAIL PROTECTED]> wrote:
> On Oct 16, 9:00 am, IgorY <[EMAIL PROTECTED]> wrote:
>
> > Hello everyone!
>
> > I am new here, so my apology if I am bending any rules.. I have a
> > question on Maps APIs that I was not yet able to tackle. The
> > application is to dynamically draw lines connecting multiple arrival
> > and destination points in the Mozzilla or IE Browsers. API calls are
> > being made from inside the Oracle database cursor using Java. Lines
> > and colors appear fine both straight and geodesic ones. However, I
> > could not figure out how to do the following:
>
> > 1. Add directional arrows to the lines.
>
> not easily, the api has no builtin functionality of this sort.

But it has been done.  From this search:
http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=arrow+polyline&qt_g=Search+this+group

http://www.geocodezip.com/orf_mapA.asp

  -- Larry

>
> > 2. Make the pop-ups appear (when hovering a cursor over a line)
>
> add a mouseover event on the GPolyline you create,
>
> > 3. Figure out how to support multiple lines between a pair of
> > destinations (especially of mixed route types)
>
> Make multiple directions requests... draw multiple lines
> maybe make them togglable in a radio buttons style
> or something else entirely.
>
> More details might just require more details
> since you sound like you already have some
> progress show us where you are starting from.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to