views:

510

answers:

2

I want to how to create a GPS program in blackberry .If you have any ideas about this pls share with me.If u know any resource web link regarding this pls provide me. regards, s.kumaran.

+2  A: 

If you’re doing GPS programming on a BlackBerry, there are two good sources of information:

  1. BlackBerry Developer Journal GPS overview
  2. GPS and BlackBerry Maps Development Guide

Source : http://blackberry.synclastic.com/blackberry-gps-programming/

Shoban
+3  A: 

Use javax.microedition.location

See BB Dev Lab - Introduction to Location-based Services (ZIP)
Toni Westbrook - Creating a Blackberry GPS Tracker
riccomini - code blackberry gps
riccomini - code blackberry storm gps

Also see blackberrymapsdemo and gpsdemo samples in 4.5/4.6 Eclipse plugin
(components\samples\com\rim\samples\device)

Max Gontar