Skip to content

Data and Types

Tr4sHCr4fT edited this page Jul 29, 2016 · 1 revision

the current specification (1.0) makes use of the following dataset:

  • cell_id: uniquely identifies a geospatial area of the map (UINT64)
  • fort_id, spawn_id: uniquely identifies a spawn or gym/pks (HEX/CHAR)
  • position: wgs84 "gps" coordinates of a spawn or gym/pks (FLOAT DOUBLE)
  • cells only: content flags for spawns, gyms, pokestops; skip flag (BIT)
  • spawns only: spawn timings defined by base, offset and duration (TIME)
  • forts only: type, opt. description, image, sponsor metadata (TEXT/BLOB)
  • timestamps: unix time in ms for various logging and hanling purposes

Clone this wiki locally