PokeGOAPI-PHP icon indicating copy to clipboard operation
PokeGOAPI-PHP copied to clipboard

Enlarge radius

Open thijskempke opened this issue 9 years ago • 1 comments

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.

thijskempke avatar Jul 31 '16 23:07 thijskempke

In src/PokemonGoAPI/Api/Map/Map.php on line 127 you can change the width variable of this funtion:

public function getMapObjects($width = 9)

tuttarealstep avatar Aug 03 '16 12:08 tuttarealstep