API for Nokia Drive for WP7?
Is there a way for a WP7 app to send data to and initiate Nokia Drive -- like a "Task"?
Or, can Nokia Drive read in a GPX file (standard GPS waypoint/route/track XML file)?
Specifically, my app maintains a route of waypoints. Is it possible to send a set of waypoints to Nokia Drive which then would provide the voice turn-by-turn navigation?
Regards,
Rick
Re: API for Nokia Drive for WP7?
As far as I know there is no way to do what you are looking for with Nokia Drive. Perhaps there is with Nokia Maps or Bing Maps you can open the maps on a specific location, but I don't see a way to start the turn by turn navigation in that case also.
Re: API for Nokia Drive for WP7?
Is there a way to pose this question to the Nokia-Drive developers or is there a Drive support forum/web site?
Re: API for Nokia Drive for WP7?
No real way to contact them, no special support forums, I'm not even certain whether there would be any API for it planned.
Re: API for Nokia Drive for WP7?
On wp7 you cannot initiate any "task" implemented by 3rd party application. But maybe you use "Bing Map Directions Task" for your scenario.
[url]http://msdn.microsoft.com/en-us/library/hh394024(v=vs.92).aspx[/url]
However, you cannot set your route.
Re: API for Nokia Drive for WP7?
[QUOTE=Wrda;887403]On wp7 you cannot initiate any "task" implemented by 3rd party application. But maybe you use "Bing Map Directions Task" for your scenario.
[url]http://msdn.microsoft.com/en-us/library/hh394024(v=vs.92).aspx[/url]
However, you cannot set your route.[/QUOTE]
that sounds cool, actually haven't got time to check that, but would that be something different than Routing ? (basically does it really give you turn by turn navigation, and automated one as well )
for routing you could use the APIs as well, as shown in routing examples: [url]http://www.developer.nokia.com/Community/Wiki/Maps_Examples_for_Windows_phone[/url]
Re: API for Nokia Drive for WP7?
Hi, this is not a supported scenario for Windows Phone. We're looking into what we can do there in the future.
Sincerely,
-- Justin Angel,
Principal Engineer, WP7 Nokia Developer Experience
Re: API for Nokia Drive for WP7?
[QUOTE=Justin.Angel;889338]Hi, this is not a supported scenario for Windows Phone. We're looking into what we can do there in the future.
Sincerely,
-- Justin Angel,
Principal Engineer, WP7 Nokia Developer Experience[/QUOTE]
Well, I think I see what you mean -- not a direct way to interact between apps. However, one possibility is for Drive to import GPX files from skydrive. My app exports GPX files to skydrive. Drive could use the waypoints from the GPX for turn by turn navigation, couldn't it?
Regards,
Richard