feat(SW-189): added static map to hotel page

This commit is contained in:
Erik Tiekstra
2024-09-06 15:02:25 +02:00
parent 4cc325f54c
commit 50d74648b5
24 changed files with 383 additions and 61 deletions

View File

@@ -0,0 +1,3 @@
export interface MapCardProps {
hotelName: string
}

View File

@@ -1,6 +1,6 @@
type Coordinates = {
latitude: number
longitude: number
lat: number
lng: number
}
export type StaticMapProps = {