Add option that can be set for CircleMarker (#8912)

This commit is contained in:
Kevin Visscher
2016-04-12 16:21:16 +02:00
committed by Masahiro Wakame
parent 484e00f72f
commit 22d18908f7

View File

@@ -3383,6 +3383,11 @@ declare namespace L {
*/
className?: string;
/**
* Sets the radius of a circle marker.
*/
radius?: number;
}
}