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 a8d30c8 commit 9189aa7Copy full SHA for 9189aa7
src/Map/src/Circle.php
@@ -22,7 +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
+ * @param float $radius The radius of the circle in meters
26
*/
27
public function __construct(
28
public readonly Point $center,
0 commit comments