Documentation

Everything you need to know about MapEmbed

Quick Start

Get started with MapEmbed in just a few minutes.

1. Create an Account

Sign up for a free account to get started with MapEmbed.

2. Create Your First Map

Navigate to your dashboard and click "Create New Map" to begin designing.

3. Customize Your Map

Add markers, customize colors, and add 3D objects to make your map unique.

4. Publish & Embed

Publish your map and get the embed code to add it to your website.

Embedding Maps

Learn how to embed your maps on any website.

Basic Embed Code

<iframe src="https://mapembed.com/map/YOUR_MAP_ID"
  width="100%"
  height="600"
  frameborder="0"
  allowfullscreen>
</iframe>

Responsive Embed

For responsive maps that adapt to different screen sizes:

<div style="position: relative; padding-bottom: 56.25%; height: 0;">
  <iframe src="https://mapembed.com/map/YOUR_MAP_ID"
    style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
    frameborder="0"
    allowfullscreen>
  </iframe>
</div>

Features

📍 Custom Markers

Add and customize markers with colors, icons, and descriptions.

🎨 Styling Options

Customize map themes, colors, and visual elements.

📦 3D Objects

Upload and place custom 3D objects on your maps.

📊 Analytics

Track views and engagement for your embedded maps.

API Reference

For detailed API documentation, please visit our API page.

Need Help?

If you have any questions or need assistance, feel free to reach out to our support team.

Contact Support