Reputation:
Long story short, I have a HTML5 GeoPositioning enabled map on a phone. I have the current location, I want to show directions to specific coordinates.
Google maps is replacing the exact coordinates with the nearest road.
This is not close enough for my needs. Is there any way to force google maps directions to go to the exact spot, even if there's no road there?
Upvotes: 0
Views: 310
Reputation:
I welcome any better answers.
What I did, is make a dotted polyline between the end of the last direction, and the actual point I'm going to, much the same as geocodezip described.
Upvotes: 1