Yeah unfortunately there's nothing in the Maps API that enables this. You'll probably want to implement some form of A* search. http://en.wikipedia.org/wiki/A*_search_algorithm
On Fri, Jan 7, 2011 at 10:50 AM, geocode...@gmail.com <geocode...@gmail.com>wrote: > On Jan 6, 1:59 pm, Saad <saad.isma...@gmail.com> wrote: > > Is it possible to create a custom map with custom roads/pathways and > > get walking directions from one point to another. I know it is already > > possible to get walking directions however the college I attend has > > lots of small pathways unmarked on Google Maps. If it is possible, how > > would I get started on this? > > It is possible but not easy. If the paths are not in google's > database you have to make your own database of "paths" and your own > routing engine and generate the directions yourself. > > I don't have any examples to point you to. I would start by using > google as a search engine. > > -- 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...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-js-api-v3+unsubscr...@googlegroups.com<google-maps-js-api-v3%2bunsubscr...@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...@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.