Merged in fix/SW-1014-city-not-found-on-map (pull request #973)
fix(SW-1014): Fixed issue where google didn't found city. Approved-by: Niclas Edenvin
This commit is contained in:
@@ -2,6 +2,7 @@ import type { Coordinates } from "./coordinates"
|
||||
|
||||
export type StaticMapProps = {
|
||||
city?: string
|
||||
country?: string
|
||||
coordinates?: Coordinates
|
||||
width: number
|
||||
height: number
|
||||
|
||||
Reference in New Issue
Block a user