-
|
Docs say:
But what's the meaning of this? If this is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It's the reverse geocoded data for each of your points. By default you have longitude, latitude and timestamp stored in the database along with some other data. If set this env var to true and if you have photon configured, reverse geocoding data will be stored in your database in the points table and then used to suggest visits to places. If not, the data will be taken directly from photon and visits will be suggested based on result of such requests with no reverse geocoding data stored in the points table |
Beta Was this translation helpful? Give feedback.
It's the reverse geocoded data for each of your points. By default you have longitude, latitude and timestamp stored in the database along with some other data. If set this env var to true and if you have photon configured, reverse geocoding data will be stored in your database in the points table and then used to suggest visits to places. If not, the data will be taken directly from photon and visits will be suggested based on result of such requests with no reverse geocoding data stored in the points table