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.
2 parents 1d314d0 + dc48075 commit 8002dc8Copy full SHA for 8002dc8
README.md
@@ -61,7 +61,7 @@ $distance = $fromCoords->distanceTo($toCoords);
61
62
### Reverse Geocoding
63
64
-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.
65
66
```php
67
$address = $simpleGoogleMaps->reverseGeocode(new LatLong(51.5033635, -0.1276248));
0 commit comments