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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Requests.Messages.FortDeployPokemonMessage

Documentation

data FortDeployPokemonMessage #

Instances

Eq FortDeployPokemonMessage # 
Show FortDeployPokemonMessage # 
Message FortDeployPokemonMessage # 

Methods

descriptor :: MessageDescriptor FortDeployPokemonMessage

Default FortDeployPokemonMessage # 
HasField "fortId" FortDeployPokemonMessage FortDeployPokemonMessage # 

Methods

field :: ProxySym "fortId" -> Lens FortDeployPokemonMessage FortDeployPokemonMessage (Field "fortId" FortDeployPokemonMessage) (Field "fortId" FortDeployPokemonMessage)

HasField "playerLatitude" FortDeployPokemonMessage FortDeployPokemonMessage # 

Methods

field :: ProxySym "playerLatitude" -> Lens FortDeployPokemonMessage FortDeployPokemonMessage (Field "playerLatitude" FortDeployPokemonMessage) (Field "playerLatitude" FortDeployPokemonMessage)

HasField "playerLongitude" FortDeployPokemonMessage FortDeployPokemonMessage # 

Methods

field :: ProxySym "playerLongitude" -> Lens FortDeployPokemonMessage FortDeployPokemonMessage (Field "playerLongitude" FortDeployPokemonMessage) (Field "playerLongitude" FortDeployPokemonMessage)

HasField "pokemonId" FortDeployPokemonMessage FortDeployPokemonMessage # 

Methods

field :: ProxySym "pokemonId" -> Lens FortDeployPokemonMessage FortDeployPokemonMessage (Field "pokemonId" FortDeployPokemonMessage) (Field "pokemonId" FortDeployPokemonMessage)

type Field "fortId" FortDeployPokemonMessage # 
type Field "fortId" FortDeployPokemonMessage = Text
type Field "playerLatitude" FortDeployPokemonMessage # 
type Field "playerLatitude" FortDeployPokemonMessage = Double
type Field "playerLongitude" FortDeployPokemonMessage # 
type Field "playerLongitude" FortDeployPokemonMessage = Double
type Field "pokemonId" FortDeployPokemonMessage # 
type Field "pokemonId" FortDeployPokemonMessage = Word64

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') #

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