...
Settings:
Name | Comment |
---|---|
Api Key | https://developers.google.com/maps/documentation/javascript/get-api-key |
Frontend API Key | This key will be exposed on frontend, please make sure it is restricted to known domains in Google API Console settings. |
...
Note |
---|
This method of authentication was used before in checkout autocomplete (autosuggest) for addresses, However as this functionality was error prone, it was removed form magesuiteMageSuite. The review of this part of module is needed. |
...
When google maps should be displayed (f.e. on storelocator the store locator page) the following tag is added to the HEAD:
...
If fetches google maps object and assign it to the global space.
...
Google maps are used by the MageSuite store locator script and module
(see: theme-creativeshop/src/MageSuite_StoreLocator/web/js/store-locator/store-locator.ts
)
Note |
---|
Review of documentation is needed |