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