{
  "components": [
    {
      "tag": "web-google-maps",
      "dependencies": [],
      "componentClass": "WebGoogleMaps",
      "componentPath": "components/web-google-maps/web-google-maps.js",
      "styles": {
        "$": {
          "stylePaths": [
            "components/web-google-maps/web-google-maps.scss"
          ]
        }
      },
      "props": [
        {
          "name": "apiKey",
          "type": "String",
          "attr": "api-key",
          "watch": [
            "loadGoogleMapsApi"
          ]
        },
        {
          "name": "circles",
          "attr": "circles"
        },
        {
          "name": "lat",
          "type": "Number",
          "attr": "lat",
          "watch": [
            "initGoogleMaps"
          ]
        },
        {
          "name": "lng",
          "type": "Number",
          "attr": "lng",
          "watch": [
            "initGoogleMaps"
          ]
        },
        {
          "name": "mapStyle",
          "attr": "map-style"
        },
        {
          "name": "markers",
          "attr": "markers"
        },
        {
          "name": "options",
          "attr": "options"
        }
      ],
      "listeners": [
        {
          "event": "document:googleMapsApiKeyLoaded",
          "method": "initGoogleMaps",
          "passive": false,
          "capture": false
        }
      ],
      "hostElement": {
        "name": "el"
      },
      "events": [
        {
          "event": "googleMapsApiKeyLoaded"
        }
      ],
      "shadow": true
    }
  ],
  "collections": [],
  "compiler": {
    "name": "@stencil/core",
    "version": "0.15.2",
    "typescriptVersion": "2.9.2"
  },
  "bundles": []
}