From e06a23baaac0d82bb9d531a801b96d85aacb268c Mon Sep 17 00:00:00 2001 From: Joakim Hedlund Date: Wed, 11 Jan 2012 10:27:17 +0100 Subject: [PATCH] Added accuracy to the marker title --- demos/geo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" }); }