open class CopyrightsExtension : Contextable, RxContext
Copyrights module to get copyrights from tomtom service.
CopyrightsExtension(uiSettings: UiSettings!, copyrightsTextView: TextView!, tileKey: String!)
Constructor for copyright module that initializes copyright service with context from passed text view and Maps API key. Also prepares new instance of |
static val DECIMAL_PRECISION: Int
Number of digits after decimal point. |
open fun getContext(): Context |
|
open fun getResultScheduler(): Scheduler |
|
open fun getWorkingScheduler(): Scheduler |
|
open fun onPause(): Unit
You must call this method from the parent Activity/Fragment's corresponding lifecycle method. |
|
open fun onResume(): Unit
You must call this method from the parent Activity/Fragment's corresponding lifecycle method. |
|
open fun setupCopyrightsCaption(): Unit
Full fill a text view label with caption. |
|
open fun showCopyrights(displayBBox: BoundingBox!): Unit
Full fill alert dialog with licence text from displayed bounding box of map. |