DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Leaflet map with a marker, a circle and a polygon

Leaflet map with a marker, a circle (red) and a polygon (blue). Live @ http://leafletjs.com/examples/quick-start/

Circles

Code-Snippet

L.circle([51.508, -0.11], {
  color: 'red',
  fillColor: '#f03',
  fillOpacity: 0.5,
  radius: 500
}).addTo(map);

Leaflet documentation @ http://leafletjs.com/reference.html

Setup

Sorry, there is no instruction for a circle here.

The instruction for creating a polygon should be a help. Please refer to Polygon