Skip to content

Can not use icon  #111

@l1tecoding

Description

@l1tecoding

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions