Questions tagged [pokemon-go]

Pokémon GO is a free-to-play location-based augmented reality mobile game developed by Niantic. It was released in July 2016 for iOS and Android devices. Use this tag for questions which may arise when developing FOR Pokémon GO. This tag is NOT for support questions about using the Pokémon GO official app.

Pokémon GO is a free-to-play location-based augmented reality mobile game developed by Niantic. It was released in July 2016 for iOS and Android devices. Use this tag for questions which may arise when developing FOR Pokémon GO. This tag is NOT for support questions about using the Pokémon GO official app.

23 questions
0
votes
2 answers

How to fix the data.map not a function api

I'm trying to have and show the data of an api . https://pokeapi.co/api/v2/pokemon/1 I have tried to display the data but it's not working. PokemonSpecies.js import React from "react"; // import Loader from "./Loader"; import { Card, Col } from…
skez
  • 51
  • 8
0
votes
1 answer

Discord.js/JavaScript: How can I let a user choose a role?

I am fairly new to Discord.js and JavaScript, but decided to try my luck and start a little project to make a small Discord bot. It isn't supposed to be all fancy but I would like to get one specific function in it. I would love to be able to make…
0
votes
1 answer

React native AR (Pokemon GO)

i lately started an AR App using React Native. In that app, i have to catch items with my phone camera. The problem is that i can't see how to know if a GPS point (longitude,latitude of the item) is in the camera's field of view or not. Is there any…
0
votes
0 answers

Import Error: No module named requests (PokemonGo-Map)

I have Installed the PokemonGo-Map like this Steps. Install NodeJS Git Microsoft Visual C++ Compiler for Python 2.7 Python 2.7 Right-click on the Desktop and open "Git Bash". Enter "git clone…
Memurame
  • 53
  • 2
  • 10
-1
votes
1 answer

Pokemon API fetch (axios) data then render all the data issue

I'm fairly new to front end and back end dev. Trying to build a small web with React / Node.js, trying to fetch data from Pokemon API: https://pokeapi.co/ I'm trying to fetch (using axios) all pokemons' ID, Name, Types, Pics then render it. I got…
Kiki
  • 1
  • 2
-1
votes
1 answer

How can I animate a Dialog in Flutter like this

I'm trying to animate an alert dialog in flutter so that when it pop ups it shows an animation like this below. How can I achieve following look and behaviour from Pokemon Go in an alertDialog? I would really like to have this animation in my…
F. Pullem
  • 39
  • 1
  • 6
-4
votes
1 answer

Google Maps that looks like pokemon GO map

I'm trying to create a map similar to Pokemon GO maps, using this…
-10
votes
1 answer

Write to file doesnt work "Indentation error"

I tried to save some data to a csv file and i got this error: i:\Games\Pokemon GO\pokeminer-0.2>python worker.py -st 10 Traceback (most recent call last): File "worker.py", line 25, in import db File "i:\Games\Pokemon…
1
2