DPDBeNeLux/magento2-shipping

split Google Maps API key for server / client calls

Opened this issue · 0 comments

Currently, there is only one option to enter the Google Maps API key. This key is used for calls to the Google Maps API from both server-side (geocoding) and client side (map)
This means that the used key cannot have restrictions on either domains or server IPs.
Since Google intends to enforce these restrictions (and it's already recommended) the extension should be able to save/use 2 Google Maps API keys; one that's restricted by IP for server calls and one that's restricted by domain for the client side calls.