| Modifier and Type | Field and Description |
|---|---|
static int |
DECIMAL_PRECISION |
| Constructor and Description |
|---|
CopyrightsExtension(android.widget.TextView copyrightsTextView,
java.lang.String tileKey) |
| Modifier and Type | Method and Description |
|---|---|
android.content.Context |
getContext() |
Scheduler |
getResultScheduler()
Scheduler used to process a result.
|
Scheduler |
getWorkingScheduler()
Scheduler used to execute a background task.
|
void |
onPause()
You must call this method from the parent
Activity/Fragment's corresponding lifecycle method.
|
void |
onResume()
You must call this method from the parent
Activity/Fragment's corresponding lifecycle method.
|
void |
setupCopyrightsCaption()
Full fill a text view label with caption.
|
void |
showCopyrights(com.tomtom.online.sdk.common.location.BoundingBox displayBBox)
Full fill alert dialog with licence text from displayed bounding box of map.
|
public static final int DECIMAL_PRECISION
public CopyrightsExtension(android.widget.TextView copyrightsTextView,
java.lang.String tileKey)
public void onResume()
public void onPause()
public void showCopyrights(com.tomtom.online.sdk.common.location.BoundingBox displayBBox)
public void setupCopyrightsCaption()
public android.content.Context getContext()
getContext in interface com.tomtom.online.sdk.common.util.Contextablepublic Scheduler getWorkingScheduler()
RxContextgetWorkingScheduler in interface RxContextpublic Scheduler getResultScheduler()
RxContextgetResultScheduler in interface RxContext