There was an error while loading. Please reload this page.
1 parent fa2bc39 commit 3a1ae18Copy full SHA for 3a1ae18
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