We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
queryRendered*
layerIds
Hi, in the iOS plugin, there is a bug with MapController while converting the arguments["layerIds"] to a Set<String> inside queryRendered* methods.
arguments["layerIds"]
Set<String>
Line affected is
maps/ios/Classes/MapboxMapController.swift
Line 203 in 2824a75
The text was updated successfully, but these errors were encountered:
fix flutter-mapbox-gl#869
792e3cb
e9f16b1
No branches or pull requests
Hi, in the iOS plugin, there is a bug with MapController while converting the
arguments["layerIds"]
to aSet<String>
insidequeryRendered*
methods.Line affected is
maps/ios/Classes/MapboxMapController.swift
Line 203 in 2824a75
The text was updated successfully, but these errors were encountered: