PokeGOAPI-PHP
PokeGOAPI-PHP copied to clipboard
Enlarge radius
I was wondering if there's a way to enlarge the search radius around your coordinates/position? Settings in the MapSettings class do not seem to do the trick.
In src/PokemonGoAPI/Api/Map/Map.php on line 127 you can change the width variable of this funtion:
public function getMapObjects($width = 9)