| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Map.Pokemon.NearbyPokemon
Documentation
data NearbyPokemon #
Constructors
| NearbyPokemon | |
Instances
| Eq NearbyPokemon # | |
| Show NearbyPokemon # | |
| Message NearbyPokemon # | |
| Default NearbyPokemon # | |
| HasField "distanceInMeters" NearbyPokemon NearbyPokemon # | |
| HasField "encounterId" NearbyPokemon NearbyPokemon # | |
| HasField "pokemonId" NearbyPokemon NearbyPokemon # | |
| type Field "distanceInMeters" NearbyPokemon # | |
| type Field "encounterId" NearbyPokemon # | |
| type Field "pokemonId" NearbyPokemon # | |
distanceInMeters :: forall msg msg'. HasField "distanceInMeters" msg msg' => Lens msg msg' (Field "distanceInMeters" msg) (Field "distanceInMeters" msg') #
encounterId :: forall msg msg'. HasField "encounterId" msg msg' => Lens msg msg' (Field "encounterId" msg) (Field "encounterId" msg') #