| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Networking.Requests.Messages.FortSearchMessage
Documentation
data FortSearchMessage #
Constructors
| FortSearchMessage | |
Instances
| Eq FortSearchMessage # | |
| Show FortSearchMessage # | |
| Message FortSearchMessage # | |
| Default FortSearchMessage # | |
| HasField "fortId" FortSearchMessage FortSearchMessage # | |
| HasField "fortLatitude" FortSearchMessage FortSearchMessage # | |
| HasField "fortLongitude" FortSearchMessage FortSearchMessage # | |
| HasField "playerLatitude" FortSearchMessage FortSearchMessage # | |
| HasField "playerLongitude" FortSearchMessage FortSearchMessage # | |
| type Field "fortId" FortSearchMessage # | |
| type Field "fortLatitude" FortSearchMessage # | |
| type Field "fortLongitude" FortSearchMessage # | |
| type Field "playerLatitude" FortSearchMessage # | |
| type Field "playerLongitude" FortSearchMessage # | |
fortId :: forall msg msg'. HasField "fortId" msg msg' => Lens msg msg' (Field "fortId" msg) (Field "fortId" msg') #
fortLatitude :: forall msg msg'. HasField "fortLatitude" msg msg' => Lens msg msg' (Field "fortLatitude" msg) (Field "fortLatitude" msg') #
fortLongitude :: forall msg msg'. HasField "fortLongitude" msg msg' => Lens msg msg' (Field "fortLongitude" msg) (Field "fortLongitude" 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') #