karimStekelenburg / geo-lookup-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

geo-lookup-poc

Dependencies

Lingo

In order to make life easy, we'll introduce some terms here that refer to project specific concepts.

Grayzone

The term 'grayzone' is used to refer to the area between the circle-shaped geo-fences we'll use.

Todo

  • Initialize expo app
  • Get a map goin' (MapView will do)
  • Project H3 hexagons onto el map
  • Find H3 hex of current location
  • Find neigboring hexes
  • Spawn geo-fence in current hex
  • Upon exit of the geo-fence, calculate position relative to the exited hex
  • Spawn geo-fences in possible re-entry hexes
  • Upon re-entry, send current loc hex to the server
  • Repeat process and open up a beer. Who's a good boy?

About


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%