We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6227cb8 commit 9a1af22Copy full SHA for 9a1af22
README.md
@@ -380,7 +380,7 @@ You can update the map style after you've loaded it.
380
subtitle: 'Infamous subtitle!',
381
// icon: 'res://cool_marker', // preferred way, otherwise use:
382
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',
+ iconPath: '~/assets/markers/home_marker.png',
384
selected: true, // makes the callout show immediately when the marker is added (note: only 1 marker can be selected at a time)
385
onTap: marker => console.log("Marker tapped with title: '" + marker.title + "'"),
386
onCalloutTap: marker => alert("Marker callout tapped with title: '" + marker.title + "'")
0 commit comments