Added accuracy to the marker title

This commit is contained in:
Joakim Hedlund 2012-01-11 10:27:17 +01:00
parent ee07522801
commit e06a23baaa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function success(position) {
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)"
});
}