{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "declarative_metadata_sample_definition" ], "title": "MapAndLocationSettings - Metadata API", "description": "Represents an org’s map and location settings.", "file_information": ".settings", "directory_location": "settings", "fields_columns": [ "type", "description" ], "fields": { "enableAddressAutoComplete": { "type": "boolean", "description": "Indicates whether auto-complete is enabled on address fields (true) or not (false)." }, "enableMapsAndLocation": { "type": "boolean", "description": "Indicates whether the maps and location services are enabled (true) or not (false)" } }, "declarative_metadata_sample_definition": [ { "description": "This is a sample mapandlocation.settings metadata file.", "code": "\n\n false\n false\n" } ] }