feat(SW-325): added mapId as environment variables
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { VariantProps } from "class-variance-authority"
|
||||
|
||||
import { poiVariants } from "@/components/Maps/Markers/Poi/variants"
|
||||
|
||||
import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface PoiMarkerProps extends VariantProps<typeof poiVariants> {
|
||||
size?: number
|
||||
className?: string
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Coordinates } from "./coordinates"
|
||||
import type { Coordinates } from "./coordinates"
|
||||
|
||||
export type StaticMapProps = {
|
||||
city?: string
|
||||
@@ -8,4 +8,5 @@ export type StaticMapProps = {
|
||||
zoomLevel?: number
|
||||
mapType?: "roadmap" | "satellite" | "terrain" | "hybrid"
|
||||
altText: string
|
||||
mapId?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user