We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaa1ec commit d6c610dCopy full SHA for d6c610d
1 file changed
README.md
@@ -109,7 +109,7 @@ $places = $client->scrapePlaces(
109
$place->hasContactInfo(); // true if phones or email exist
110
$place->getFirstPhone(); // first phone number or null
111
$place->hasWebsite(); // true if website is set
112
-$place->getCoordinates(); // ['lng' => float, 'lat' => float] or null
+$place->getCoordinates(); // ['lat' => float, 'lng' => float] or null
113
$place->isVerified(); // true if owner is verified
114
$place->hasVideos(); // true if videos array is not empty
115
$place->hasMenu(); // true if menu data is present
0 commit comments