SDKs & Softwares
Integrating Maps in your project
MapMetrics exposes Vector Tile APIs to work with maps. To display maps, you need to use a Maps SDK.
There are already great OpenSource Maps SDKs, and we'd rather spend our nights optimizing rendering efficiency to give you the fastest maps on the market than putting our name on a brand new Maps SDK which would pretty much do the same as the others.
Vector Tiles
Vector tiles were created after the raster tiles. These are also squares, which together form a map. This time, these squares only contain the data, so you have to associate a style to it to finally have a map. This allows for more personalization and better interactions with the map.
We would recommend using MapMetrics GL for vector tiles.
Attribution
Your map must display the following links: © MapMetrics and © OSM contributors. This is a part or our General Terms and Conditions (5.6 Attribution Requirements).
This is our attribution template:
<a
href="https://mapmetrics.org/"
title="Tiles Courtesy of MapMetrics"
target="_blank"
class="mapmetrics-attrib"
>© <b>MapMetrics</b></a
>
|
<a
href="https://www.openstreetmap.org/copyright"
title="OpenStreetMap is open data licensed under ODbL"
target="_blank"
class="osm-attrib"
>© OSM contributors</a
>