Menu
Close

Get Subsublocality

Sample Implementation

    
      
      <html>
        <head>
          <title>Get Subsublocality</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&libraries=geoanalytics" defer async></script>
            </head>
        <body>
                    <div id="map"></div>
                        
<script>
        var map;

        function initMap1() {
            map = new mappls.Map('map', {
            
            });
            map.on('load',function(){
                    geoParams = {
                        "AccessToken": Token,
                        "GeoBoundType": "stt_nme",
                        "GeoBound": [
                            "UTTAR PRADESH", 
                            "BIHAR"
                        ],
                        // "Attribute": "t_p",
                        // "Query": ">0",
                        "Style": {
                            BorderColor: "95051f",
                            BorderWidth: 2,
                            FillColor: "ffe0aa",
                            Geometry: "polygon",
                            Opacity: 0.5,
                        },
                        "SpatialLayer": "geoAnalyticsSubSubLocality",
                        "SpatialLayer1": "sub_sublocality"
                    };
        
                    map.addSource('wms-test-source', {
                    'type': 'raster',
                    'tiles': [geoAnalytics.getSubSubLocality(geoParams)],
                    'tileSize': 256
                    });

                    map.addLayer(
                        {
                        'id': 'wms-test-layer',
                        'type': 'raster',
                        'source': 'wms-test-source',
                        'paint': {}
                        }
                    );

                    map.fitBounds(geoAnalytics.getBounds('sub_sublocality',geoParams));
                })
            }
    </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