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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Networking.Requests.Messages.FortSearchMessage

Documentation

data FortSearchMessage Source #

Instances

Eq FortSearchMessage Source # 
Show FortSearchMessage Source # 
Default FortSearchMessage Source # 
Message FortSearchMessage Source # 
HasField "fortId" FortSearchMessage FortSearchMessage Source # 
HasField "fortLatitude" FortSearchMessage FortSearchMessage Source # 

Methods

field :: ProxySym "fortLatitude" -> Lens FortSearchMessage FortSearchMessage (Field "fortLatitude" FortSearchMessage) (Field "fortLatitude" FortSearchMessage) #

HasField "fortLongitude" FortSearchMessage FortSearchMessage Source # 

Methods

field :: ProxySym "fortLongitude" -> Lens FortSearchMessage FortSearchMessage (Field "fortLongitude" FortSearchMessage) (Field "fortLongitude" FortSearchMessage) #

HasField "playerLatitude" FortSearchMessage FortSearchMessage Source # 

Methods

field :: ProxySym "playerLatitude" -> Lens FortSearchMessage FortSearchMessage (Field "playerLatitude" FortSearchMessage) (Field "playerLatitude" FortSearchMessage) #

HasField "playerLongitude" FortSearchMessage FortSearchMessage Source # 

Methods

field :: ProxySym "playerLongitude" -> Lens FortSearchMessage FortSearchMessage (Field "playerLongitude" FortSearchMessage) (Field "playerLongitude" FortSearchMessage) #

type Field "fortId" FortSearchMessage Source # 
type Field "fortId" FortSearchMessage = Text
type Field "fortLatitude" FortSearchMessage Source # 
type Field "fortLatitude" FortSearchMessage = Double
type Field "fortLongitude" FortSearchMessage Source # 
type Field "fortLongitude" FortSearchMessage = Double
type Field "playerLatitude" FortSearchMessage Source # 
type Field "playerLatitude" FortSearchMessage = Double
type Field "playerLongitude" FortSearchMessage Source # 
type Field "playerLongitude" FortSearchMessage = Double

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

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

fortLongitude :: forall msg msg'. HasField "fortLongitude" msg msg' => Lens msg msg' (Field "fortLongitude" msg) (Field "fortLongitude" 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 #