Hi all!

I'm wondering what options there are to elegantly support custom
routing in Google Maps.
The case is http://www.fietsnet.be;  currently based on the flash API,
the web app allows to route over specific cycleways in Belgium and the
Netherlands. Shortest path finding, directions and polylines are
provided by a custom implementation in the flash app.

We'd like to convert to the Google Maps javascript API, and move most
of our routing logic to the server side.
So I was thinking about implementing a service like DirectionsService.
This custom DirectionsService would use my own routing service, and
return proper DirectionsResult and DirectionsStatus objects.  The
stock DirectionsRenderer should then be able to render my custom
route.
I'm wondering if Google envisioned this kind of scenario, or if there
are other, better alternatives to make custom routing play along with
Google Maps.

-- 
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 [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-js-api-v3?hl=en.

Reply via email to