Skip to content

Commit a8d30c8

Browse files
committed
Add php doc for radius parameters in Circle.php
1 parent c997258 commit a8d30c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Map/src/Circle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ final class Circle implements Element
2222
{
2323
/**
2424
* @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
2526
*/
2627
public function __construct(
2728
public readonly Point $center,

0 commit comments

Comments
 (0)