
public class SampleCacheDownloaderArchive extends BaseSampleFragment
| Modifier and Type | Field and Description |
|---|---|
(package private) AlertDialog |
alertDialog |
(package private) Button |
btnCache |
(package private) EditText |
cache_east |
(package private) TextView |
cache_estimate |
(package private) EditText |
cache_north |
(package private) EditText |
cache_output |
(package private) EditText |
cache_south |
(package private) EditText |
cache_west |
(package private) AlertDialog |
downloadPrompt |
(package private) Button |
executeJob |
(package private) org.osmdroid.tileprovider.cachemanager.CacheManager |
mgr |
(package private) org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter |
writer |
(package private) SeekBar |
zoom_max |
(package private) SeekBar |
zoom_min |
mMapView, TAG| Constructor and Description |
|---|
SampleCacheDownloaderArchive() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOverlays()
An appropriate place to override and add overlays.
|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(CharSequence s,
int start,
int count,
int after) |
String |
getSampleTitle() |
void |
onClick(View v) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onPause() |
void |
onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser) |
void |
onStartTrackingTouch(SeekBar seekBar) |
void |
onStopTrackingTouch(SeekBar seekBar) |
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
getmMapView, onActivityCreated, onCreate, onCreateOptionsMenu, onDestroy, onDestroyView, onOptionsItemSelected, onPrepareOptionsMenu, runTestProcedures, skipOnCiTestsButton btnCache
Button executeJob
SeekBar zoom_min
SeekBar zoom_max
EditText cache_north
EditText cache_south
EditText cache_east
EditText cache_west
EditText cache_output
TextView cache_estimate
org.osmdroid.tileprovider.cachemanager.CacheManager mgr
AlertDialog downloadPrompt
AlertDialog alertDialog
org.osmdroid.tileprovider.modules.SqliteArchiveTileWriter writer
public String getSampleTitle()
getSampleTitle in class BaseSampleFragmentpublic View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
onCreateView in class BaseSampleFragmentpublic void addOverlays()
BaseSampleFragmentaddOverlays in class BaseSampleFragmentpublic void onClick(View v)
public void onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser)
public void onStartTrackingTouch(SeekBar seekBar)
public void onStopTrackingTouch(SeekBar seekBar)
public void beforeTextChanged(CharSequence s, int start, int count, int after)
public void onTextChanged(CharSequence s, int start, int before, int count)
public void afterTextChanged(Editable s)
public void onPause()