| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 45 | public function __construct(float $longitudeLeft, float $latitudeBottom, float $longitudeRight, float $latitudeTop, int $zoom) |
||
| 46 | { |
||
| 47 | $this->longitudeLeft = $longitudeLeft; |
||
| 48 | $this->latitudeBottom = $latitudeBottom; |
||
| 49 | $this->longitudeRight = $longitudeRight; |
||
| 50 | $this->latitudeTop = $latitudeTop; |
||
| 51 | $this->zoom = $zoom; |
||
| 52 | } |
||
| 53 | |||
| 74 |