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