diff --git a/demos/geo.html b/demos/geo.html index 6a58d9b..d134021 100644 --- a/demos/geo.html +++ b/demos/geo.html @@ -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)" }); }