-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
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
Labels
No labels