I was wondering if someone can help me on my way with this. I incorporated CGGoogleMaps2 on a site I'm working on and I'd like to offer people the ability to plan a route from a desktop. I ran into a couple of problems:
- You can't use 'My location' from a desktop computer, since it doesn't get the correct location. Calguy explained me that since a desktop has no GPS, it will probably resolve your server location as your location, which is almost never correct.
- So I tried changing the input <select> field to an <input> field, but I discovered something else: The module doesn't send your request to google directly; it first checks your input with the pre-arranged list of locations you can assemble in the admin of CGGoogleMaps2. Only if there is a match will it get the address location and send this of to google to get directions. So making a text input field where someone can just type "Street, City" and the press 'submit' won't work. Is there someone who can point me to a workaround?
- Right now, the output of the 'directions' action is an overlay of the route on to the map, but I'd like to offer a step-by-step navigation like the regular google maps offers, but I've no idea on how to accomplish this in this module, anyone have any ideas?


