Tung Vu

Results 2 comments of Tung Vu

@ZiZasaurus In my current implementation, we use `regionDidChangeAnimated` combine with `MGLCameraChangeReason` to specify if the region is changed by user. We also use ` regionIsChanging` and some other delegate methods...

@ZiZasaurus regarding to view annotations, is there anyway to fetch all the rendered view based annotations in the map I see that the `ViewAnnotationManager` only has `add` and `remove` with...