Andrew Hershberger

Results 100 comments of Andrew Hershberger

You can use query rendered features: - https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Foundation/MapboxMap.swift#L689 If you search our examples for that method, you'll find some sample uses.

Thanks for opening this issue. It does make sense.

@arthurschiller, you're right. There are some some known issues here, and we plan to make improvements in this area.

https://github.com/mapbox/mapbox-maps-ios/pull/964 exposed a new API that allows client code to request that the map redraw. You may be able to use that to solve some of the same problems that...

Yes, you'd need to invoke it any time something happens in your model that requires a new drawing pass.

What details can you offer about the custom animator you're using? Can you provide… - Initial camera state before starting the animation - Animator config

Are you using one of the makeAnimator APIs or ease(to:...)?

Here's a demo based on the code you provided. I ran this with the latest commit on the main branch and was unable to reproduce the issue you described. Could...

@akirmse to clarify, you need a way to detect *only* taps that do not hit an annotation?