}
// Initialize the GeomangeticField with the device's
// latitude, longitude, and altitude.
_geoField =
new GeomagneticField(latitude, longitude,
(int) altitude);
}
} catch (final InterruptedException iex) {
synchronized (_app.getAppEventLock()) {
add(new LabelField("Interrupted : " + iex.toString()));