omkarmoghe / Pokemap

A native Android client to map the Pokemon around you!
http://pokemapgo.xyz/
GNU Affero General Public License v3.0
1.01k stars 315 forks source link

[Suggestion/Enhancement] Pokemons in Gyms #279

Open ghost opened 8 years ago

ghost commented 8 years ago

Is it possible to see Pokemons in Gyms? I know features are being frozen at the moment to fix as many bugs as possible for 0.1 Milestone but I'm curious to know if it's possible.

socrates2510 commented 8 years ago

Possible but not for v0.1

Python team shows the reputation for example.

ghost commented 8 years ago

Well, obviously not for 0.1, I was just wondering. Reputation seems easier to implement than Pokemons (With their CP, most likely), is it not?

Malouff commented 8 years ago

Are you using pogom.db? The Gym Table has the following gym_id = a unique gym identifier team_id=a number for team (1=mystic, 2=) guard_pokemob_id=a number for the top pokemon (134 = vaporeon for example) gym_points=Total Prestige number (14352 for example = Level 5) http://pokeassistant.com/main/stats has number levels enabled=a boolian number (1=ture) latitude=latitude coordinate longitude= lon coordinate last_modified=a timestamp

You are showing the Lat & Lon and a Gym Icon When you click it it says Gym

Can You Say Prestige Level and how much more to next level? Maybe also what Pokemon is the Gym Leader

In example Prestige 16000 - 14352 = 1648 more to a level 6

In the future maybe also you could monitor prestige at a selected gym and notify if it decreases in points.