-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scan area for objects #27
Comments
I tried to call this function from NicklasW\PkmGoApi\Services\Request\MapRequestService:
But it return all the array void:
Do you know how can I fix it? |
The Map API is not done yet, you'll have to wait a bit more ;) |
You could try this snippet while you wait.
|
Thank you so much! If I can help you, let me know! Only one time getPokestops() gave me a complete array, but now is always void! That is an example of what I've received:
Do you know where is the name of the PokeStop? I look forward to getNearbyPokemon ;) |
Names are only in the fort details response, which I think is not exposed yet. |
Returns the following:
|
Replace INSERT_LATITUDE and INSERT_LONGITUDE with valid values. |
returns :
|
Which PHP version are you using? This sounds like a very old one. |
Version 5.6.22, should update to v7 asap |
I was wrong, it's not the class constants, but a reserved word, just get the newest version. |
Hi @NicklasWallgren any idea on the Map API release date? :) |
Looks like Niantic changed something again, get no response(empty array) for getPokestops() & getGyms. |
Yes, they did, and it's pretty heavy. |
The login and getProfileData is still working! |
Is map data working now? or no? If it is, an example to get Pokestops and Gyms would be awesome. |
Nope, needs to wait for #65 |
The old method does not work:
How can I get the list of Pokestops with the new version of API? |
Hello there,
Is there any method/function to scan your local area for looking for PokeStops, Pokemons or Gyms?
Thank you so much!
The text was updated successfully, but these errors were encountered: