ui-mapbox icon indicating copy to clipboard operation
ui-mapbox copied to clipboard

Can not use icon

Open l1tecoding opened this issue 1 year ago • 0 comments

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.

l1tecoding avatar Jan 17 '24 12:01 l1tecoding