Menu
Close

Map Style

Sample Implementation

    
      
      <html>
        <head>
          <title>Map Style</title>
          <meta name="viewport" content="initial-scale=1.0">
          <meta charset="utf-8">
          <style>
          html,
          body,
          #map {
            margin: 0;
            padding: 0;
            width: 100%;
            height: 100vh;
          }
                          
          </style>
             <script src="https://sdk.mappls.com/map/sdk/web?v=3.0&access_token=Token&callback=initMap1" defer async></script>
            </head>
        <body>
                    <div id="map"></div>
                    <script>
    var map;
    function initMap1() {
        map = new mappls.Map('map', {
            center: [28.638698386592438, 77.27604556863412]
        });

        var styles = mappls.getStyles();
        var select = document.createElement("select");
        select.id = "select-style";
        select.style.cssText = "position:absolute;top:10px;left:10px;z-index:999;padding:6px;";
        select.innerHTML = '<option value="">Select Style</option>';

        for (var i = 0; i < styles.length; i++) {
            select.innerHTML += '<option value="' + styles[i].name + '">' +styles[i].displayName + '</option>';
        }
        document.getElementById("map").appendChild(select);
        select.onchange = function () {
            if (this.value) mappls.setStyle(this.value);
        };
        
        /* To get all authorized styles, use: mappls.getStyles(); */
    }
</script>

        </body>
      </html>
      
      
      
    
  
Call at Mappls
Request Call Back

Personalisation SDK, by Mappls, is India's first O2O engagement tool that can 3X your customer engagement, retention and conversion.

There's so much that Mappls MapmyIndia can do for your enterprise or individual requirements. Explore our website to learn more or request a callback/email if you'd like us to connect with you.

or