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 f0c1bf5 commit dd132b1Copy full SHA for dd132b1
src/Map/CHANGELOG.md
@@ -6,7 +6,7 @@
6
```php
7
$map->addRectangle(new Rectangle(
8
southWest: new Point(48.856613, 2.352222), // Paris
9
- northEast: new Point(48.856613, 2.362222) // A point 1km east of Paris
+ northEast: new Point(48.51238 2.21080) // Gare de Lyon (Paris)
10
));
11
```
12
0 commit comments