On Jun 20, 8:25 pm, Charlie Perena <[email protected]> wrote: > Check this > linkhttp://code.google.com/apis/maps/documentation/javascript/v2/examples... > > What I wanted to happen is there should be a marker from one end to > the other labeled Start & End.
These results might help: http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=start+stop+icons+directions&qt_g=Search+this+group I thought I had examples in v2, but all the examples I can easily find are v3. Found some: http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=geocodezip+icons+directions&qt_g=Search+this+group yields this thread: http://groups.google.com/group/google-maps-api/browse_frm/thread/b7be4f8331ebd0d8/d6aab09b119c186a?lnk=gst&q=geocodezip+icons+directions#d6aab09b119c186a which yields this example: http://www.geocodezip.com/temp_icondir3.html (you can look further if you want) (As an aside, new maps are probably better developed in v3, although it is not as "beginner friendly") -- Larry > > Any help appreciated. > Thanks > > On Jun 20, 9:53 pm, xelawho <[email protected]> wrote: > > > > Any idea how to make it? Any help is appreciated. > > > maybe I don't understand the question, but if you want to know the > > coordinates of the start and finish of your line, the getVertex() > > method for GPolyline should > > helphttp://code.google.com/apis/maps/documentation/javascript/v2/referenc... > > > if you want the user to be able to construct polylines on your map, > > there are various methods. Google gives this > > example:http://gmaps-samples.googlecode.com/svn/trunk/poly/mymapstoolbar.html > > > but I rather prefer mine:http://www.xelawho.com/map/measure.htm > > -- 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.
