We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c997258 commit a8d30c8Copy full SHA for a8d30c8
src/Map/src/Circle.php
@@ -22,6 +22,7 @@ final class Circle implements Element
22
{
23
/**
24
* @param array<string, mixed> $extra Extra data, can be used by the developer to store additional information and use them later JavaScript side
25
+ * @param float $radius The radius of the circle in meters
26
*/
27
public function __construct(
28
public readonly Point $center,
0 commit comments