
public class WeathForceActivity extends BaseActivity implements org.osmdroid.views.overlay.compass.IOrientationConsumer, org.osmdroid.events.MapEventsReceiver
| Modifier and Type | Field and Description |
|---|---|
(package private) float |
alt |
(package private) org.osmdroid.views.overlay.compass.IOrientationProvider |
compass |
(package private) int |
deviceOrientation |
(package private) float |
gpsbearing |
(package private) float |
gpsspeed |
(package private) float |
lat |
(package private) float |
lon |
(package private) org.osmdroid.views.MapView |
mMapView |
(package private) String |
TAG |
(package private) long |
timeOfFix |
(package private) Float |
trueNorth |
| Constructor and Description |
|---|
WeathForceActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOverlays() |
String |
getActivityTitle() |
boolean |
longPressHelper(org.osmdroid.util.GeoPoint geoPoint) |
protected void |
onCreate(Bundle savedInstanceState) |
void |
onLocationChanged(Location location) |
void |
onOrientationChanged(float orientationToMagneticNorth,
org.osmdroid.views.overlay.compass.IOrientationProvider source) |
protected void |
onPause() |
void |
onProviderDisabled(String s) |
void |
onProviderEnabled(String s) |
protected void |
onResume() |
void |
onStatusChanged(String s,
int i,
Bundle bundle) |
boolean |
singleTapConfirmedHelper(org.osmdroid.util.GeoPoint geoPoint) |
final String TAG
org.osmdroid.views.overlay.compass.IOrientationProvider compass
int deviceOrientation
org.osmdroid.views.MapView mMapView
float gpsspeed
float gpsbearing
float lat
float lon
float alt
long timeOfFix
Float trueNorth
protected void onCreate(Bundle savedInstanceState)
public void addOverlays()
protected void onResume()
public void onLocationChanged(Location location)
public void onStatusChanged(String s, int i, Bundle bundle)
public void onProviderEnabled(String s)
public void onProviderDisabled(String s)
protected void onPause()
public void onOrientationChanged(float orientationToMagneticNorth,
org.osmdroid.views.overlay.compass.IOrientationProvider source)
onOrientationChanged in interface org.osmdroid.views.overlay.compass.IOrientationConsumerpublic boolean singleTapConfirmedHelper(org.osmdroid.util.GeoPoint geoPoint)
singleTapConfirmedHelper in interface org.osmdroid.events.MapEventsReceiverpublic boolean longPressHelper(org.osmdroid.util.GeoPoint geoPoint)
longPressHelper in interface org.osmdroid.events.MapEventsReceiverpublic String getActivityTitle()
getActivityTitle in interface IBaseActivitygetActivityTitle in class BaseActivity