Luca Roverelli

Results 13 comments of Luca Roverelli

we have the same problem. Starting from the secondo call, the microphone works fine. Moreover, once the microphone works, is not released, even with various stop/dispose methods

I have the exactly same problem!

I've got a similar issue. I also noticed that with a reduced duration, the animation was smooth. I discovered the `frameRate` option, and using the following configuration: ``` ... frameRate:...

@btastic did you plan any update about this issue?

@ovivoda I've updated to the latest version of the sdk, v10.0.2. No changes are needed in my code, and I'm still using the `'org.maplibre.gl:android-plugin-annotation-v9:1.0.0` plugin. Unfortunately, the "blink" is still...

@ovivoda any update on this issue?

Additional info: when building the app in debug, the app works correctly.

> It's possible to use **GpxWriter().asXml**. For ex.: > > ``` > final gpxXml = GpxWriter().asXml(gpx); > gpxXml.children[1].setAttribute("xmlns:trp", "http://www.garmin.com/xmlschemas/TripExtensions/v1"); > gpxXml.children[1].setAttribute("xsi:schemaLocation", "http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd"); > gpxXml.toXmlString() > ``` Ok thank you!...