How to find device location in blackberry
I have to find current user location in map view.How can i do that in black berry.Is it possible to find current location using GPS and show it on BlackBerry in India.开发者_高级运维Please provide some help.How can i achieve.
Thank You
Here is a tutorial on how to obtain GPS coordinates.
http://docs.blackberry.com/en/developers/deliverables/11944/CS_retrieving_the_location_of_a_BB_cont_fix_962151_11.jsp
Once, you obtain the coordinates, you can open the maps application and display the location on a map.
http://docs.blackberry.com/en/developers/deliverables/11944/CS_specifying_locations_on_a_map_using_location_893346_11.jsp
精彩评论