Skip to content
New issue

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

Can not use icon #111

Open
l1tecoding opened this issue Jan 17, 2024 · 0 comments
Open

Can not use icon #111

l1tecoding opened this issue Jan 17, 2024 · 0 comments

Comments

@l1tecoding
Copy link

l1tecoding commented Jan 17, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant