Merged in feat/SW-1456-country-dynamic-map (pull request #1310)
feat(SW-1456): Added map and fetching hotels by country * feat(SW-1456): Added map and fetching hotels by country Approved-by: Fredrik Thorsson Approved-by: Matilda Landström
This commit is contained in:
6
types/components/maps/destinationMarkers.ts
Normal file
6
types/components/maps/destinationMarkers.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface DestinationMarker {
|
||||
id: string
|
||||
type: string
|
||||
name: string
|
||||
coordinates: google.maps.LatLngLiteral
|
||||
}
|
||||
Reference in New Issue
Block a user