Plugin screenshot thumbnail 1/6
Plugin screenshot thumbnail 2/6
Plugin screenshot thumbnail 3/6
Plugin screenshot thumbnail 4/6
Plugin screenshot thumbnail 5/6
Plugin screenshot thumbnail 6/6

Create flexible Dynamic Maps

Add markers, use popups, change marker icons, style maps, and much, much more...

Screenshot of a dynamic map

Universal API works across JavaScript, Twig, and PHP

The plugin features a powerful universal API which is nearly identical across multiple programming languages...

// JavaScript
const map = mapbox.map()
    .markers(locations, options)
    .style(mapStyle)
    .center(coords)
    .zoom(level);
{# Twig #}
{% set map = mapbox.map()
    .markers(locations, options)
    .style(mapStyle)
    .center(coords)
    .zoom(level) %}
// PHP
$map = Mapbox::map()
    ->markers($locations, $options)
    ->style($mapStyle)
    ->center($coords)
    ->zoom($level);

Includes an easy-to-use Address Field

When managing your Craft data, each location can be set with a convenient Address field...

Annotated screenshot of the Address field


Further Reading

If you haven't already, flip through the complete plugin documentation. The examples above are just the tip of the iceberg, there is so much more that is possible!

Plus $39/year after one year.

Installation Instructions

To install this plugin, copy the command above to your terminal.

Active Installs
474
Version
2.0.0
License
Craft
Compatibility
Craft 4, Craft 5
Last release
February 24, 2024
Activity (30 days)
0
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs