Skip to content

Commit

Permalink
Added accuracy to the marker title
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleavely committed Jan 11, 2012
1 parent ee07522 commit e06a23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/geo.html
Expand Up @@ -36,7 +36,7 @@
var marker = new google.maps.Marker({
position: latlng,
map: map,
title:"You are here!"
title:"You are here! (at least within a "+position.coords.accuracy+" meter radius)"
});
}

Expand Down

0 comments on commit e06a23b

Please sign in to comment.