interface RxMapAnnotationsExtension
Interface to provide rx extensions for annotation callbacks (e.g. user clicks on marker).
abstract fun getOnMarkerClickObservable(): Observable<Marker!>!
Observable that is executed when the user clicks on annotation (e.g. marker). |
open class RxTomtomMap : RxMapCallbacksExtension, RxMapAnnotationsExtension
Implementation for Tomtom map RX extensions. Extensions can be used instead of callbacks. To use this class you need to have |