@@ -24,7 +24,6 @@ |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * Create a new instance of the MultiPolygon GeoJSON schema |
27 | - * @param array $linestrings |
|
28 | 27 | */ |
29 | 28 | public function __construct($init = null) |
30 | 29 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Ballen\Cartographer; |
4 | 4 | |
5 | 5 | use Ballen\Cartographer\Core\GeoJSON; |
6 | -use Ballen\Distical\Entities\LatLong; |
|
7 | 6 | use Ballen\Cartographer\Polygon; |
8 | 7 | use Ballen\Collection\Collection; |
9 | 8 |