countly.geos

Follow

Geolocation plugin required

This collection might not appear if you don't have geolocation plugin enabled

Collection geos contains data about created geolocation places

Here is the list of fields available:

Field Description Example
_id ID of the geolocation 542e95d747f0be510c000004
title Name of the geolocation My Place
radius Radius of geolocation 30
unit Unit of measurement for radius km
geo Geo information { "type": "Point", "coordinates": [ 24.1259765625, 56.83094409085875 ] }
created Date when geo location was created 2016-05-31T11:13:12.817Z
address Initial address to find the start point Latvia


Here is how an example document could look like

{
    "_id": "574d71c8a7cbc34d4fae09dc",
    "title": "Riga",
    "radius": 30,
    "unit": "km",
    "geo": {
        "type": "Point",
        "coordinates": [
            24.1259765625,
            56.83094409085875
        ]
    },
    "created": "2016-05-31T11:13:12.817Z",
    "address": "Latvia"
}

Looking for help?