Quote:
Originally Posted by rhuettl
It seems that the second URL-Parameter (here daddr) will be ignored so maybe this is a syntax problem.
|
hi rhuetti. i had the same problem. it turns out, indeed, that this has to do with the number or ordering of url parameters. i solved the problem by adding an extra "dummy" parameter at the beginning. really strange, but works!
Code:
href="maps://maps.google.com/maps?xyz=xyz&saddr=$lat,$lng&daddr=$iPhoneEndAddress"
hope this helps. on another note, i think you would use "http://" rather than "maps:" since your launching from within your app. mine happens to be a web link.
--brian