public abstract class IISTrackerBase extends SampleGridlines
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
added |
(package private) boolean |
alive |
(package private) ConnectivityManager |
cm |
(package private) Drawable |
icon |
(package private) Drawable |
image |
(package private) JSONParser |
json |
(package private) org.osmdroid.views.overlay.Marker |
marker |
(package private) int |
motionTrailCounter |
(package private) NumberFormat |
nf |
(package private) SimpleDateFormat |
sdf |
(package private) Timer |
t |
(package private) TimerTask |
task |
(package private) static String |
url_select |
activeLatLonGridmMapView, TAG| Constructor and Description |
|---|
IISTrackerBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOverlays()
An appropriate place to override and add overlays.
|
(package private) abstract boolean |
isMotionTrail() |
void |
onDestroyView() |
void |
onPause() |
boolean |
skipOnCiTests() |
getSampleTitle, onScroll, onZoom, updateGridlinesgetmMapView, onActivityCreated, onCreate, onCreateOptionsMenu, onCreateView, onDestroy, onOptionsItemSelected, onPrepareOptionsMenu, runTestProceduresstatic final String url_select
boolean alive
org.osmdroid.views.overlay.Marker marker
SimpleDateFormat sdf
JSONParser json
NumberFormat nf
ConnectivityManager cm
boolean added
int motionTrailCounter
Timer t
TimerTask task
Drawable icon
Drawable image
abstract boolean isMotionTrail()
protected void addOverlays()
BaseSampleFragmentaddOverlays in class SampleGridlinespublic void onPause()
public boolean skipOnCiTests()
skipOnCiTests in class BaseSampleFragmentpublic void onDestroyView()
onDestroyView in class SampleGridlines