jungle-gif

50,000 maploads free every month. Get started now!

Map view

Maps
        <!DOCTYPE html>
        <html>
          <head>
              <meta charset="utf-8" />
              <title>Display a map with a custom style</title>
              <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
              <script src="https://maps.flightmap.io/flightmapjs"></script>
              <link href="https://api.mapbox.com/mapbox-gl-js/v1.6.1/mapbox-gl.css" rel="stylesheet" />
              <style>
                body { margin: 0; padding: 0; }
                #map { position: absolute; top: 0; bottom: 0; width: 100%; };
              </style>
          </head>
          <body>
              <div id="map"></div>
              <script>
                var map = new flightmap.Map({
                  container: 'map', // container id
                  style: 'style-dark.json', //hosted style id
                  center: [-77.38, 39], // starting position
                  zoom: 3, // starting zoom,
                  accessToken: '<your access token here>'
                });
              </script>
             </body>
            </html>
       

Let's find a way together

Get in touch to know about our Pricing Plans

Contact Us