Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
.
  • Loading branch information
Miensoap committed Jun 5, 2024
1 parent 53dce79 commit 8048d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FE/src/components/map/GoogleMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function GoogleMap() {
lat: 37.5,
lng: 127.0,
},
zoom: 16,
zoom: 10,
// mapId: "bc3c0232f45fc3c5",
disableDefaultUI: true,
clickableIcons: false,
Expand Down Expand Up @@ -71,6 +71,7 @@ function GoogleMap() {
position: { lat, lng },
map: googleMap,
title: accommodation.accomodation.name,
label: accommodation.price.toString(),
icon: {
url: "/images/logo.png",
scaledSize: new google.maps.Size(100, 100),
Expand Down

0 comments on commit 8048d7f

Please sign in to comment.