* will be NaN.
*/
public void getLocation() {
try {
final BlackBerryCriteria criteria = new BlackBerryCriteria();
criteria.enableGeolocationWithGPS();
_locationInfo.setText("Searching for location...");
final BlackBerryLocationProvider bbProvider =
(BlackBerryLocationProvider) LocationProvider
.getInstance(criteria);