Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

// Paste in head tag
<!-- Radarmap stylesheet -->
<link href="https://js.radar.com/v4.5.3/radar.css" rel="stylesheet">
// Paste in body tag

<!--🟢 Radarjs script 🟢-->
<script src="https://js.radar.com/v4.5.3/radar.min.js"></script>
<script type="text/javascript">
      Radar.initialize('paste radar public key'); /// radar public key
      // create a new map
      const map = Radar.ui.map({
        container: 'map-radar',
        style: 'radar-default-v1',
        // omit center and zoom to use default IP address location
        center: [-73.99110,40.73430],
        zoom: 11,
      });
      // create marker and add to map
      const marker = Radar.ui.marker({ color: '#000257' })
        .setLngLat([-74.11058,40.75355]) /// set the longitude, latitude for the marker or starting point
        .addTo(map);
    </script>

Not available

Upgrage to access the custom code @$14/ lifetime

Not available

Not available

This is a success message.
This is an error message.
This is also an error message.