Yanshun Li

Results 8 comments of Yanshun Li

Thanks, @Ph0tonic. We need `mapGestureDetector` to handle the map movement events, so if there is a registered `OnTouchListener` and consumes the touch event, we will not be able to move...

Symbolicate ## Xiaomi MI NOTE LTE It seems the device is out of memory and causes allocating new memory failed. ``` ********** Crash dump: ********** Build fingerprint: 'Xiaomi/virgo/virgo:4.4.4/KTU84P/V7.1.5.0.KXECNCK:user/release-keys' Abort message:...

@FaridBeiranvand Thanks for reporting this, but I can't reproduce it. Can you try to modify the test app in this repo to reproduce it and push the branch into this...

@FaridBeiranvand Can you confirm with the following questions? 1. Have you handle the lifecycle of MapView correctly follow https://docs.mapbox.com/android/maps/overview/#5-lifecycle-methods and call mapview.onDestroy() inside the fragment's onDestroyView() method rather than onDestroy()?...

This could be reproduced in this [branch](https://github.com/mapbox/mapbox-maps-android/compare/kl-polygon?expand=1) locally. Guess it's related to gl-native, @pozdnyakov could you please take a look at this?

@deRonbrown Thanks for reporting. From the trace, the crash roots from a system lib, it is not related to mapbox. Guess there is conflict on the native side.

Can you try to cache the annotations and add them with `create(options: List)`? For example, adding 10 annotations every time.

乐乘,一款车辆网应用。使用rxjava、okhttp封装了网络访问,各种ui等更新等也都使用rxjava来实现。