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

http://groups.google.com/a/googleproductforums.com/forum/#!category-topic/maps/google-maps-for-mobile/ueobwm2cndy


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -