create_location_qr
Generate a QR code that opens a specific map location when scanned. Encodes geographic coordinates for map apps to parse, enabling direct navigation.
Instructions
Create a QR code that opens a map location when scanned. Encodes geographic coordinates that map apps can parse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Geographic latitude (-90 to 90). | |
| longitude | Yes | Geographic longitude (-180 to 180). | |
| label | No | Human-readable place name (shown on map). | |
| qr_label | No | Label for this QR code (internal). | |
| format | No | Image format. | svg |
| foreground_color | No | Hex color for dots. | |
| background_color | No | Hex color for background. | |
| dot_style | No | Dot shape. | |
| corner_style | No | Corner shape. | |
| logo_url | No | Logo URL or data URI. | |
| frame_style | No | Frame style around QR. | |
| frame_text | No | CTA text on frame (max 30 chars). | |
| frame_color | No | Frame background color. | |
| frame_text_color | No | Frame text color. |