FeroxRev / Pokemon-Go-Rocket-API

Client API Library
GNU General Public License v3.0
368 stars 230 forks source link

Call GetMapObjects() but it never returns any information about pokestops or pokemons #147

Closed taositkroopad closed 8 years ago

taositkroopad commented 8 years ago

Please help i've already call GetMapObjects()

var mapObjects = await _client.Map.GetMapObjects();
var pokemons = mapObjects.Item1.MapCells.SelectMany(i => i.CatchablePokemons)

but it never returns any information about pokestops or pokemons it returns 21 empty cells.

I read all issue but don't understand how to fix it. Please help..

Gabrola commented 8 years ago

Use my fork #128, it should work fine

taositkroopad commented 8 years ago

Wow! Thanks so much. It's totally work!