| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Map.MapCell
Documentation
Constructors
Instances
| Eq MapCell # | |
| Show MapCell # | |
| Message MapCell # | |
| Default MapCell # | |
| HasField "catchablePokemons" MapCell MapCell # | |
| HasField "currentTimestampMs" MapCell MapCell # | |
| HasField "decimatedSpawnPoints" MapCell MapCell # | |
| HasField "deletedObjects" MapCell MapCell # | |
| HasField "fortSummaries" MapCell MapCell # | |
| HasField "forts" MapCell MapCell # | |
| HasField "isTruncatedList" MapCell MapCell # | |
| HasField "nearbyPokemons" MapCell MapCell # | |
| HasField "s2CellId" MapCell MapCell # | |
| HasField "spawnPoints" MapCell MapCell # | |
| HasField "wildPokemons" MapCell MapCell # | |
| type Field "catchablePokemons" MapCell # | |
| type Field "currentTimestampMs" MapCell # | |
| type Field "decimatedSpawnPoints" MapCell # | |
| type Field "deletedObjects" MapCell # | |
| type Field "fortSummaries" MapCell # | |
| type Field "forts" MapCell # | |
| type Field "isTruncatedList" MapCell # | |
| type Field "nearbyPokemons" MapCell # | |
| type Field "s2CellId" MapCell # | |
| type Field "spawnPoints" MapCell # | |
| type Field "wildPokemons" MapCell # | |
catchablePokemons :: forall msg msg'. HasField "catchablePokemons" msg msg' => Lens msg msg' (Field "catchablePokemons" msg) (Field "catchablePokemons" msg') #
currentTimestampMs :: forall msg msg'. HasField "currentTimestampMs" msg msg' => Lens msg msg' (Field "currentTimestampMs" msg) (Field "currentTimestampMs" msg') #
decimatedSpawnPoints :: forall msg msg'. HasField "decimatedSpawnPoints" msg msg' => Lens msg msg' (Field "decimatedSpawnPoints" msg) (Field "decimatedSpawnPoints" msg') #
deletedObjects :: forall msg msg'. HasField "deletedObjects" msg msg' => Lens msg msg' (Field "deletedObjects" msg) (Field "deletedObjects" msg') #
fortSummaries :: forall msg msg'. HasField "fortSummaries" msg msg' => Lens msg msg' (Field "fortSummaries" msg) (Field "fortSummaries" msg') #
forts :: forall msg msg'. HasField "forts" msg msg' => Lens msg msg' (Field "forts" msg) (Field "forts" msg') #
isTruncatedList :: forall msg msg'. HasField "isTruncatedList" msg msg' => Lens msg msg' (Field "isTruncatedList" msg) (Field "isTruncatedList" msg') #
nearbyPokemons :: forall msg msg'. HasField "nearbyPokemons" msg msg' => Lens msg msg' (Field "nearbyPokemons" msg) (Field "nearbyPokemons" msg') #
s2CellId :: forall msg msg'. HasField "s2CellId" msg msg' => Lens msg msg' (Field "s2CellId" msg) (Field "s2CellId" msg') #
spawnPoints :: forall msg msg'. HasField "spawnPoints" msg msg' => Lens msg msg' (Field "spawnPoints" msg) (Field "spawnPoints" msg') #
wildPokemons :: forall msg msg'. HasField "wildPokemons" msg msg' => Lens msg msg' (Field "wildPokemons" msg) (Field "wildPokemons" msg') #