feat(SW-68): add static map component
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type StaticMapProps = {
|
||||
city: string
|
||||
width: number
|
||||
height: number
|
||||
zoomLevel: number
|
||||
mapType: "roadmap" | "satellite" | "terrain" | "hybrid"
|
||||
}
|
||||
Reference in New Issue
Block a user