Replies: 1 comment 1 reply
-
I've answered your question, why are you spamming and wasting time? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting 'Cant extract geo keys'
Using laravel version -7.x
jessenger/mongodb-3.7.0
mongodb/mongodb-1.6.1
php version - 7.4.2
I am getting the coordinates from google place api. And storing it as
$property->property_location=['type'='Point','coordinates'=>[88.3030967,22.4742253]];
$property->save();
what i am doing wrong?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions