| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Requests.Messages.FortRecallPokemonMessage
Documentation
data FortRecallPokemonMessage #
Constructors
| FortRecallPokemonMessage | |
Instances
| Eq FortRecallPokemonMessage # | |
| Show FortRecallPokemonMessage # | |
| Message FortRecallPokemonMessage # | |
| Default FortRecallPokemonMessage # | |
| HasField "fortId" FortRecallPokemonMessage FortRecallPokemonMessage # | |
| HasField "playerLatitude" FortRecallPokemonMessage FortRecallPokemonMessage # | |
| HasField "playerLongitude" FortRecallPokemonMessage FortRecallPokemonMessage # | |
| HasField "pokemonId" FortRecallPokemonMessage FortRecallPokemonMessage # | |
| type Field "fortId" FortRecallPokemonMessage # | |
| type Field "playerLatitude" FortRecallPokemonMessage # | |
| type Field "playerLongitude" FortRecallPokemonMessage # | |
| type Field "pokemonId" FortRecallPokemonMessage # | |
fortId :: forall msg msg'. HasField "fortId" msg msg' => Lens msg msg' (Field "fortId" msg) (Field "fortId" msg') #
playerLatitude :: forall msg msg'. HasField "playerLatitude" msg msg' => Lens msg msg' (Field "playerLatitude" msg) (Field "playerLatitude" msg') #
playerLongitude :: forall msg msg'. HasField "playerLongitude" msg msg' => Lens msg msg' (Field "playerLongitude" msg) (Field "playerLongitude" msg') #