Ejemplo n.º 1
0
 /**
  * @param int $width
  * @return MapObjects
  */
 public function getMapObjects($width = 9)
 {
     return $this->getMapObjectsCells($this->getCellIds($this->pokemonGoAPI->getLatitude(), $this->pokemonGoAPI->getLongitude(), $width), $this->pokemonGoAPI->getLatitude(), $this->pokemonGoAPI->getLongitude(), $this->pokemonGoAPI->getAltitude());
 }