There was an error while loading. Please reload this page.
2 parents 47baf0c + 3a1ae18 commit 93b8236Copy full SHA for 93b8236
src/Geocoder/Geocoder.php
@@ -28,6 +28,7 @@ interface Geocoder
28
* @param string $value
29
*
30
* @return AddressCollection
31
+ * @throws Geocoder\Exception\Exception
32
*/
33
public function geocode($value);
34
@@ -38,6 +39,7 @@ public function geocode($value);
38
39
* @param double $longitude
40
41
42
43
44
public function reverse($latitude, $longitude);
45
0 commit comments