{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: lightning-formatted-location",
            "Represents the lightning-formatted-location Lightning web component.",
            "Get the text value."
        ]
    },
    "methods": [
        {
            "name": "getInnerText",
            "description": {
                "text": [
                    "Get the latitude and longitude values in decimal degrees format: 90.0000, 180.0000 as text"
                ],
                "return": "string"
            },
            "compose": [
                {
                    "element": "root",
                    "apply": "getText"
                }
            ]
        }
    ]
}