Hi,
i am trying to start the maps app with a given route (the direction/way should be drawn and visible):
Code:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"maps://maps.google.com/maps?saddr=48.09292914584927,11.76961898803711&daddr=48.09503592181566,11.76950097084045&z=17"]];
The zoom is ok and the destination address is visible in the right textbox. But the source adress is still empty. Am i missing something (wrong parameter name or direction)?
Cheers
Ralf