{
  "api": {
    "name": "GeoLocationPlugin",
    "slug": "geolocationplugin",
    "docs": "",
    "tags": [],
    "methods": [],
    "properties": [
      {
        "name": "getLocation",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "CurrentLocation"
        ],
        "type": "() => any"
      }
    ]
  },
  "interfaces": [
    {
      "name": "CurrentLocation",
      "slug": "currentlocation",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "latitude",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "longitude",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        }
      ]
    }
  ],
  "enums": []
}