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
I can not set icon from res://
this.map.addMarkers([ { id: waypoint.waypointId, lat: waypoint.latitude, lng: waypoint.longitude, icon: "res://target", onTap: marker => this.$emit("edit-waypoint", marker.id), } ]);
No icon found for this device density for icon ' res://icon'. Falling back to the default icon.
Error: java.lang.IllegalArgumentException: Failed to decode image. The resource provided must be a Bitmap.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can not set icon from res://
The text was updated successfully, but these errors were encountered: