Menu
Close

Venue PlacePicker

Sample Implementation

 

  <html>
  <head>
    <title>Venue PlacePicker</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Venue PlacePicker">

        <script src="https://apis.mappls.com/advancedmaps/api/<Token>/map_sdk?layer=vector&v=3.0&callback=initMap1"></script>
          <script src="https://apis.mappls.com/advancedmaps/api/<token>/map_sdk_plugins?v=3.0"></script>
        <style>
    body {
      margin: 0;
    }

    #map {
      width: 100%;
      height: 100vh;
      margin: 0;
      padding: 0;
    }
  </style>
  </head>

  <body>
    <div id="map"></div>
          <script>
      /*Map Initialization*/
      var map,
        dataset = "building_footprint",
        getMapStyle = "building_footprint",
        getFeatureStyle = "building_footprint";

      function initMap1() {
        map = new mappls.Map("map", {
          center: [28.62, 77.09],
          zoom: 5,
          geolocation: true,
        });

        map.addListener("load", function() {
          /*Place Picker plugin initialization*/
          var options = {
            map: map,
            /* This is a claim-based feature. To get access, please contact: apisupport@mapmyindia.com*/
             entryMarkerStyle: {
                size: 8,
                color: "#3463CE",
                strokeWidth: 2,
                strokeColor: "#21469C",
                icon: "/img/gate.png",
                /*entryMarkerStyle: false,  for disabling entryMarkerStyle*/
                },
            venueMarkerStyle: {
                size: 8,
                color: "#FFB84D",
                strokeWidth: 2,
                strokeColor: "#DE9424",
                icon: "/img/venue_marker.png",
                /*venueMarkerStyle: false,  for disabling venueMarkerStyle*/
            },
            venueStyle: {
                lineColor: "#7782E3",
                linewidth: 2,
                lineOpacity: 0.5,
                fillColor: "#7782E3",
                fillOpacity: 0.35,
                /*venueStyle: false,  for disabling venueStyle*/
            }
          };
          mappls.advancePlacePicker(options, callback);

          function callback(data) {
            picker = data;
            console.log(picker);
            if (picker.data !== undefined) {
              alert('Data: ' + JSON.stringify(picker.data, null, 2));
            } else {
              return false;
            }
          }
        });
      }
    </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