The world of Pokemon GO is as big as our planet. Pokemons have been sighted on top of cliffs perched over oceans as well as in your next door coffee shop. We would like to create a world-wide interactive map that shows where Pokemons were predicted to appear. Each pokemon prediction you add to the map should have all relevant information including name, time the pokemon is predicted to appear, prediction confidence rate etc. The map should be filtered by a time range (i.e predicted to appear in the next day) as well as pokemon name and pokemon specie.
Apache License 2.0
2
stars
7
forks
source link
First draft: Enable a resolution of a route to pokemon #34
[x] When a predicted pokemon is selected on the an option to chart a route on how to get to that pokemon should be enabled. If OSM supports this then use its API to calculate and render a route on the map that will show the user direction on how to get to the pokemon.
[x] if we decide to have a location based ad network integrated into the map then the route to the pokemon will be sent to this service provider and appropriate ads will appear along the route. Ads will be placed in a designated div created by @PokemonGoers/catch-em-all.
[ ] Furthermore if there is a way to enable notifications for the spawn event that happens in the future then the notification will state something like: "Time to go hunt it will spawn on 20:34 at these coordinates: <lat,lon|cell>". Clicking the notification will open the map and will chart a route that leads to the predicted location of the pokemon.