GET api/pokemonPosition/{longitude}/{latitude}
Get a list of position of pokemon neor the user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| longitude |
Longitude of the position of the Pokemon |
string |
Required |
| latitude |
Latitude of the position of the Pokemon |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
PokemonPosition
Collection of PokemonPosition| Name | Description | Type | Additional information |
|---|---|---|---|
| number |
Id (or number) of the Pokemon |
integer |
None. |
| latitude |
Latitude of the position of the Pokemon |
decimal number |
None. |
| longitude |
Latitude of the position of the Pokemon |
decimal number |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.