| 1 | <?php |
||
| 14 | class BoundsFactory |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * |
||
| 18 | * @param Coordinate $center |
||
| 19 | * @param float $distance in meter |
||
| 20 | * @param BearingInterface $bearing |
||
| 21 | * @return Bounds |
||
| 22 | * @throws \InvalidArgumentException if bounds crosses the 180/-180 degrees meridian. |
||
| 23 | */ |
||
| 24 | public static function expandFromCenterCoordinate( |
||
| 33 | } |
||
| 34 |