On Nov 28, 10:00 am, Alexis Hope <bambish...@gmail.com> wrote:
> Hi to all the awesome developers and contributors of Google maps!
> Just wondering if it's posible to switch off markers on the directions
> service. So remove A,B,C? I can't see an option for this in the API.

http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsRendererOptions
suppressMarkers

>
> I'm using the directions on a Kiwi travel site to out line paths of
> their tours. Which makes me think of a second question which I'll
> through in here, is it posible to cache the results of the directions?
> I'm geocoding address info and saving it into MySQL could do the same
> with the vectors inside the svg tag.

Not all browsers use SVG.
You can extract the points from the polyline, save those and use those
to recreate the polyline on the map in a browser independent way.

  -- Larry


>
> Kind regards,
> Lex

-- 
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...@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.

Reply via email to