Skip to content

Commit 9a1af22

Browse files
committed
chore: readme fix
1 parent 6227cb8 commit 9a1af22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ You can update the map style after you've loaded it.
380380
subtitle: 'Infamous subtitle!',
381381
// icon: 'res://cool_marker', // preferred way, otherwise use:
382382
icon: 'http(s)://website/coolimage.png', // from the internet (see the note at the bottom of this readme), or:
383-
iconPath: 'res/markers/home_marker.png',
383+
iconPath: '~/assets/markers/home_marker.png',
384384
selected: true, // makes the callout show immediately when the marker is added (note: only 1 marker can be selected at a time)
385385
onTap: marker => console.log("Marker tapped with title: '" + marker.title + "'"),
386386
onCalloutTap: marker => alert("Marker callout tapped with title: '" + marker.title + "'")

0 commit comments

Comments
 (0)