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 5d18110 commit dc48075Copy full SHA for dc48075
README.md
@@ -60,7 +60,7 @@ $distance = $fromCoords->distanceTo($toCoords);
60
61
### Reverse Geocoding
62
63
-To lookup an address from a set of GPD coordinate, use the `reverseGeocode` method, as shown below.
+To lookup an address from a set of GPS coordinate, use the `reverseGeocode` method, as shown below.
64
65
```php
66
$address = $simpleGoogleMaps->reverseGeocode(new LatLong(51.5033635, -0.1276248));
0 commit comments