Skip to content

Commit 509e201

Browse files
committed
Merge pull request remy#28 from Sleavely/patch-1
Added accuracy to the marker title
2 parents ee07522 + e06a23b commit 509e201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/geo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
var marker = new google.maps.Marker({
3737
position: latlng,
3838
map: map,
39-
title:"You are here!"
39+
title:"You are here! (at least within a "+position.coords.accuracy+" meter radius)"
4040
});
4141
}
4242

0 commit comments

Comments
 (0)