From d4fc12482592d687f192f41cc67bae1c10ed519b Mon Sep 17 00:00:00 2001 From: Juhi Nadella Date: Sat, 22 Apr 2017 12:46:17 -0400 Subject: [PATCH] take it --- multiplemarkers.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/multiplemarkers.php b/multiplemarkers.php index 4ae4b22..c35b0bc 100644 --- a/multiplemarkers.php +++ b/multiplemarkers.php @@ -2,7 +2,7 @@ // first we will need to work on getting the current location using the google maps API -/// we can get the current location by using the functions form the geolocation.html +// we can get the current location by using the functions form the geolocation.html // now we use the geolocation to find the list of nearby locations @@ -16,13 +16,13 @@
- var currentlocation = getLoaction(); // this is where the current location will be stored + var currentlocation = getLoaction(); +