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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Requests.Messages.FortRecallPokemonMessage

Documentation

data FortRecallPokemonMessage Source #

Instances

Eq FortRecallPokemonMessage Source # 
Show FortRecallPokemonMessage Source # 
Default FortRecallPokemonMessage Source # 
Message FortRecallPokemonMessage Source # 
HasField "fortId" FortRecallPokemonMessage FortRecallPokemonMessage Source # 
HasField "playerLatitude" FortRecallPokemonMessage FortRecallPokemonMessage Source # 
HasField "playerLongitude" FortRecallPokemonMessage FortRecallPokemonMessage Source # 
HasField "pokemonId" FortRecallPokemonMessage FortRecallPokemonMessage Source # 
type Field "fortId" FortRecallPokemonMessage Source # 
type Field "playerLatitude" FortRecallPokemonMessage Source # 
type Field "playerLatitude" FortRecallPokemonMessage = Double
type Field "playerLongitude" FortRecallPokemonMessage Source # 
type Field "playerLongitude" FortRecallPokemonMessage = Double
type Field "pokemonId" FortRecallPokemonMessage 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 #