You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PR #1621 you've added annotations dictionary with [UIView: ViewAnnotationOptions] type. But annotation id is not known in view or options.
Why
Filtering out by id is a common thing when I want to do something with only filtered annotations. I provided every annotation with id, then I want to get only part of them :)
The text was updated successfully, but these errors were encountered:
New Feature
In PR #1621 you've added annotations dictionary with
[UIView: ViewAnnotationOptions]
type. But annotation id is not known in view or options.Why
Filtering out by id is a common thing when I want to do something with only filtered annotations. I provided every annotation with id, then I want to get only part of them :)
The text was updated successfully, but these errors were encountered: