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
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
I think the most natural NSExpression implementation of this expression operator would be SELF IN %@ (alternatively %@ CONTAINS SELF), where %@ is an MGLFeature. Since we’d be overloading the IN and CONTAINS operators, this implementation will only recognize operands it can lexically detect as MGLFeature instances.
As always, if the developer needs something syntactically closer to JSON, they can use MGL_FUNCTION() or +[NSExpression expressionWithJSONObject:].
Tracking the development of platform bindings for the new
within
expression (mapbox/mapbox-gl-native#16157; mapbox/mapbox-gl-native#16194)If it's possible, because this isn't too complex, it would be great to get this merged this week before the next
alpha
release.cc @julianrex @zmiao
The text was updated successfully, but these errors were encountered: