pokemon-go-protobuf-types-0.1.2: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Requests.Messages.FortDeployPokemonMessage

Documentation

data FortDeployPokemonMessage Source #

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 "playerLatitude" FortDeployPokemonMessage = Double
type Field "playerLongitude" FortDeployPokemonMessage Source # 
type Field "playerLongitude" FortDeployPokemonMessage = Double
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 #

playerLongitude :: forall msg msg'. HasField "playerLongitude" msg msg' => Lens msg msg' (Field "playerLongitude" msg) (Field "playerLongitude" msg') Source #

pokemonId :: forall msg msg'. HasField "pokemonId" msg msg' => Lens msg msg' (Field "pokemonId" msg) (Field "pokemonId" msg') Source #