I have a routine written for gmaps that provides a gmaps js file to integrate googles directions services.

I have only the JS for now, as I don't have a formal Drupal integration for it. I will sumbit it as a patch

Comments

jaxxed’s picture

Status: Active » Needs review
StatusFileSize
new8.5 KB

This has no Drupal integratio yet, but if you can write the correct Drupal.settings for it, it will turn a set of points into a div with Google Directions in it, and lines/markers on the map.

I have also written a custom directions renderer, but I think that will be of less value to the community.

This is submitted to 6.x because that is what my client was using, but it will be 7.x and google.maps v3 compliant.

podarok’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Needs review » Needs work

all feature requests should be rolled against latest dev and after commit backported to previous version

jaxxed’s picture

Status: Needs work » Needs review

#1: gmap-directionsservice-1980356-1.patch queued for re-testing.

I believe that it's the same patch for d7 as all it does is add a js file

jaxxed’s picture

StatusFileSize
new8.5 KB

properly checked out the 7.x-2.x branch and added the directions js as requested

podarok’s picture

Status: Needs review » Fixed

#4 commited pushed to 7.x-2.x
Thanks!!!

podarok’s picture

tagged new beta release http://drupal.org/node/1987146

jaxxed’s picture

I'll try to look into the drupal side of things.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

viveksr2’s picture

Issue summary: View changes

I am trying to implement Gmap directions API through Gmap and Views module but am not able to do so. I could see the directions.js in the module don't know how to use it. Also tried searching for any documentation but it is also not available :(

Any help is appreciated!!

charles belov’s picture

@viveksr2: This is a closed issue. I suggest you create a new issue of type Support request.