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 9c8c428 commit b354236Copy full SHA for b354236
Model/Bounds.php
@@ -40,10 +40,10 @@ final class Bounds
40
private $east;
41
42
/**
43
- * @param float $south
44
- * @param float $west
45
- * @param float $north
46
- * @param float $east
+ * @param float $south South bound, also min latitude
+ * @param float $west West bound, also min longitude
+ * @param float $north North bound, also max latitude
+ * @param float $east East bound, also max longitude
47
*/
48
public function __construct($south, $west, $north, $east)
49
{
0 commit comments