Start navigation or maps application on Windows Mobile -
is there way start maps or navigation application programmatically on windows mobile (6.5)?
i looking similar android can pass location encoded uri view , system automatically start whatever application can handle uri.
intent = new intent(intent.action_view, uri.parse("google.navigation:q=" + mlat + "," + mlon)); i.setflags(intent.flag_activity_new_task); startactivity(i);
is there way similar in windows mobile?
i have device both google maps , telenav gps installed, don't know how start either of them programmatically or how pass arguments.
thanks information.
as far google maps, should have start web browser right url.
the trick find appropriate browser
Comments
Post a Comment