Does anyone knows how to use maps URL scheme for driving directions from current location?
I tried by using "Current Location" as a source "saddr" quesry string but it does not recognize it as Current Location bookmark in Maps app. Anyone successfully done this?
this dosn't work
Code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://maps.google.com/maps?daddr=Paris,+France&saddr=Current+Location"]];