Map Embed
An embedded map component for displaying property locations with a pin marker, address, and link to open in maps.
Preview
Usage
tsx
import { MapEmbed } from "zostel-ui";
<MapEmbed
lat={32.2396}
lng={77.1887}
name="Zostel Manali"
address="Old Manali, Himachal Pradesh 175131"
variant="default"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
lat | number | — | Latitude coordinate |
lng | number | — | Longitude coordinate |
name | string | — | Property or location name |
address | string | — | Full address text |
variant | "default" | "compact" | "default" | Layout variant |
height | number | 256 | Map height in pixels |
latType:
numberDefault: —
Latitude coordinate
lngType:
numberDefault: —
Longitude coordinate
nameType:
stringDefault: —
Property or location name
addressType:
stringDefault: —
Full address text
variantType:
"default" | "compact"Default: "default"
Layout variant
heightType:
numberDefault: 256
Map height in pixels