| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Requests.Messages.FortDeployPokemonMessage
Documentation
data FortDeployPokemonMessage #
Constructors
| FortDeployPokemonMessage | |
Instances
| Eq FortDeployPokemonMessage # | |
| Show FortDeployPokemonMessage # | |
| Message FortDeployPokemonMessage # | |
| Default FortDeployPokemonMessage # | |
| HasField "fortId" FortDeployPokemonMessage FortDeployPokemonMessage # | |
| HasField "playerLatitude" FortDeployPokemonMessage FortDeployPokemonMessage # | |
| HasField "playerLongitude" FortDeployPokemonMessage FortDeployPokemonMessage # | |
| HasField "pokemonId" FortDeployPokemonMessage FortDeployPokemonMessage # | |
| type Field "fortId" FortDeployPokemonMessage # | |
| type Field "playerLatitude" FortDeployPokemonMessage # | |
| type Field "playerLongitude" FortDeployPokemonMessage # | |
| type Field "pokemonId" FortDeployPokemonMessage # | |
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') #