Re: [Google Maps API v3] Re: draggable polylines

2011-04-15 Thread Jorge Flores
thanks Ill give it a try

2011/4/15 Pil 

> Not through the API. You'd have to do it yourself. It's not that
> difficult
>
> http://www.wolfpil.de/v3/flexible-polygon.html
>
>
> On Apr 15, 5:53 pm, Jorge Flores  wrote:
> > hello,
> > is there a way to create draggable polylines like a property or
> > something, I could save the new lat and probably move the original
> > point to this new one I was just wondering if there where something
> > like draggable in directions.
> > thx
> > John
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To post to this group, send email to
> google-maps-js-api-v3@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-api-v3+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] draggable polylines

2011-04-15 Thread Jorge Flores
hello,
is there a way to create draggable polylines like a property or
something, I could save the new lat and probably move the original
point to this new one I was just wondering if there where something
like draggable in directions.
thx
John

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: creating directions from several points

2011-04-14 Thread Jorge Flores
exactly what I needed thanks!


On Apr 13, 7:29 pm, "geocode...@gmail.com" 
wrote:
> On Apr 13, 4:53 pm, Jorge Flores  wrote:
>
> > hi, im trying to create routes using the direction service, I managed
> > to get it running having several start and end markers and a small
> > workaround where I autocomplete lines to match the start marker to the
> > last marker and so on. what I need to do is have them like fusion just
> > like in maps.google.com when you have several directions. does someone
> > have an example on how to do it? I hope its understandable.
>
> > 1 point x=22.52449114071534 y=-103.35406421711423
> > 2 point x=19.623712799783448 y=-102.48614429523923
> > 3. point x=21.608162367080908 y=-100.06915210773923
>
> > 1 to 2 and then 2 to 3 having point 2 as intersection so when I drag
> > it, it just moves point 2 and not have 2 diferent point 2 as I have it
> > at them time.
> > thanks for the help
>
> Are you talking about 
> this:http://code.google.com/apis/maps/documentation/javascript/services.ht...
>
>   -- Larry

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] creating directions from several points

2011-04-13 Thread Jorge Flores
hi, im trying to create routes using the direction service, I managed
to get it running having several start and end markers and a small
workaround where I autocomplete lines to match the start marker to the
last marker and so on. what I need to do is have them like fusion just
like in maps.google.com when you have several directions. does someone
have an example on how to do it? I hope its understandable.

1 point x=22.52449114071534 y=-103.35406421711423
2 point x=19.623712799783448 y=-102.48614429523923
3. point x=21.608162367080908 y=-100.06915210773923






1 to 2 and then 2 to 3 having point 2 as intersection so when I drag
it, it just moves point 2 and not have 2 diferent point 2 as I have it
at them time.
thanks for the help

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] change default direction markers

2011-04-13 Thread Jorge Flores
Hi, I'm trying to change the default markers on a route created with
the direction service, is it possible? i've suppressed the markers and
added some created markers to the start and end position, but since I
activated the draggable property, when I drag the initial point, the
markers obviously stays where I placed it instead of moving to the
new  start or end position,  I could probably move the marker
depending on the new start and end position, but its kind of double
work, is there a property or something to just simply replace the
original for my new image?

thx
Jorge

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.