I want to launch ndrive from an iphone app with coordinates. I tried this, but don´t know the parameters for the coordinates.
NSString *stringURL = @"ndrive//";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
Anyone know what URL Scheme to use? I searched the web but couldn´t find an answer.