diff --git a/user-map.html b/user-map.html index 7f94fa6..c4222d1 100644 --- a/user-map.html +++ b/user-map.html @@ -62,9 +62,8 @@

Hospitals

service = new google.maps.places.PlacesService(map); searchNearby(userLocation); - - }, error => { - console.error('Error getting user location: ' + error.message); + }, () => { + console.error('Error getting user location.'); }); } else { console.error('Geolocation is not supported by this browser.'); diff --git a/user.html b/user.html index d487113..f7d1d7c 100644 --- a/user.html +++ b/user.html @@ -12,13 +12,9 @@

Nearby Hospitals

-
-

Hospital Name

-

Address: Address

-

Rating: 4.5

-
+
- +
- \ No newline at end of file +