@omnic/widget-locations 1.0.86 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -152,7 +152,9 @@ Then `OMNIC_WIDGET_LOCATIONS_CONFIG` has the following structure:
152
152
  | hideHeader | boolean | Whether to hide header |
153
153
  | hideFilters | boolean | Whether to hide filters |
154
154
  | hideSearchInput | boolean | Whether to hide search input |
155
+ | hideMapControls | boolean | Whether to hide map controls |
155
156
  | hideCloseButtonOnLocationScreen | boolean | Whether to hide close button on location screen |
157
+ | disableGeolocation | boolean | Whether to disable geolocation |
156
158
  | onPointClick | function | Callback that will be called when user clicks on a point on the map. |
157
159
  | onLocationSelect | function | Callback that will be called when user selects a location Callback will be called with `google.maps.places.PlaceResult` argument |
158
160
  | onCloseLocationSelector | function | Callback that will be called when user closes location selector |