Menu
Close

Encoded Polyline

Sample Implementation

    
      
      <html>
        <head>
          <title>Encoded Polyline</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://apis.mappls.com/advancedmaps/api/<Token>/map_sdk?layer=vector&v=3.0&callback=initMap1" defer async></script>
            </head>
        <body>
                    <div id="map"></div>
                        <script>
        var map,encoded_polyline;
        function initMap1() {
            map = new mappls.Map('map', {
                center: [28.544, 77.5454],
                zoomControl: true,
                location: true
            });
            map.addListener('load', function() {
                var encodedString = "absmDmnjvM?BJ|@MFUa@GKIIOQIGUKi@QYAuBIwBIyBEyBEw@PYFQJSLKJIHEJiA~BgA`C}A`DDFDFBFBL?LAF?DELCDIHKDEBK?G?IvDIhEAh@C`ACpAC~ACz@C`BAR?TAr@Al@AjAAz@ARHn@D@BFDH@D?HAHCFCDCBEDQx@Ax@I|D?b@EtAAn@Ad@CjA?REzAAr@CvAAd@AZGfEALAZN@NFDBJHHNBHDL@RCTADCJEFCF"
                encoded_polyline = new mappls.Polyline({
                    map: map,
                    paths: encodedString,
                    strokeColor: 'blue',
                    strokeOpacity: 1.0,
                    strokeWeight: 5,
                    editable: true,
                    fitbounds: true
                });
            });
        }
    </script>
        </body>
      </html>
      
      
      
    
  
Call at Mappls
Product release

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

Boost your businesses with Mappls’ industry-leading optimisation APIs and SDKs to bring the best and most efficient ways to deliver goods, save time and increase profits.

or