I have the following window.open("geo:?daddr="+address, "_system");
where address is: 43.009953,-81.273613
Google maps open on device but it does not show anything other than last searched map,
I would like it to show directions from my current position to that location.
Also is it possible to pass an address instead of lat/long?