value: null
},
+ /**
+ * Whether or not the search is in progress.
+ * This is set to true when the search begins and it is set to false when it completes.
+ * This will be updated to false before `google-map-search-results` is fired.
+ *
+ * When this is false, `results` has been set and is available.
+ */
+ loading: {
+ type: Boolean,
+ value: false,
+ notify: true,
+ readOnly: true
+ },
+
/**
* The search results.
*/
@@ -157,6 +171,7 @@