Alex Granin
Alex Granin
How we can add listeners for events: - onComplete - onLoopComplete
I have a problem with text jumping when difference between textSize and selectedTextSize 2 times. Can we make text size changes smooth when scrolling up and down? How to reproduce:...
Hello. How I can use .ccb files in my project ?
**Platform:** Android 9 / Samsung S8 **Mapbox SDK version:** v10 https://user-images.githubusercontent.com/5171553/135597512-11374acc-638e-481d-b9d8-dff1981ada02.mp4 ### Steps to trigger behavior 1. Run 3d Terrain example 2. Move camera close to the mountain edge slowly...
Idea is to create extension functions to simplify usage of callback interface for kotlin developers. Here is an example: Instead of full implementation of interface: ``` gesturesPlugin.addOnMoveListener(object: OnMoveListener{ override fun...