Get driving, biking, walking and transit navigation in your app
Route. Search. Map.
Make fast and responsive maps look good anywhere your customers are. Search the planet, and get there fast with turn by turn navigation.
View all Projects View DocumentationMaps for every device and platform.
Build a map in minutes, whether you're using JavaScript, Android, iOS, or Tizen.
With Mapzen's developer tools, you can get a map anywhere: on a browser, a phone, a tablet, or a watch. Build your map in minutes, whether you're using JavaScript, Android, iOS, or Tizen. Use gorgeous 2D and 3D styles created by our expert designers, or customize your own with our flexible styling tools. Use our data, or your own.
View Documentation<!DOCTYPE html> <html lang="en"> <head> <title>My Web Map</title> <meta charset="utf-8"> <link rel="stylesheet" href="https://www.nextzen.org/js/nextzen.css"> <script src="https://www.nextzen.org/js/nextzen.min.js"></script> <style> #map { height: 100%; width: 100%; position: absolute; } html, body { margin: 0; padding: 0; } </style> </head> <body> <div id="map"></div> <script> var map = L.Mapzen.map('map'); map.setView([37.7749, -122.4194], 12); </script> </body> </html>
This site is powered by Netlify, thanks!