Skip to main content

Overview

The Base Map Component provides a standardized way to display location-based data within QR Code landing pages.
It supports popular map providers like Google Maps and Baidu Maps, enabling consistent rendering of location details across various categories such as Business Card, Real Estate, and Map QR Codes.
This component defines the essential geographic fields — latitude, longitude, and place metadata — and can be extended to support custom behavior (e.g., zoom levels, overlays, or directions).
🧭 Related Component: The Map Location Component extends this base schema by adding an interactive button (e.g., “Get Directions”) for enhanced map-based user interactions.

Properties


🧩 Location Object

Related Component: The Map Location Component extends this base schema by adding an interactive button (e.g., “Get Directions”) for enhanced map-based user interactions.

Used In Categories

This component is utilized in the following QR Code categories:

Example Schema

Notes

  • Required fields (provider, latitude, longitude, placeId) ensure accurate rendering of the map.
  • Optional fields like placeName and zoom improve readability and visual context.
  • Extend this component to include additional display elements such as custom map markers, directions, or highlight overlays.
  • All coordinates support both numeric and string formats for flexibility in API responses.