Draw a circle of radius 2 Km using add object of Interactive maps API Add the following code before </script> tag function drawCircle() { var circle = new H.map.Circle(MyPos,2000) map.addObject(circle) } drawCircle() Double-click on saved file to view on browser