I want to use Google's route planning and etc in my android app. I know that IPhone developers can launch it with an url call something like this:
[someUIApplication openURL:[NSURL URLWithString:@"http://maps.google.com/maps?q=London"]]
Anyone can help ?