The initially optional "Google Maps API" key is now mandatory.
In order to obtain the coordinates of an address, or the image of the map, it is therefore necessary to use the following syntaxes even when the key was previously given to the MapLicenseGgl function or in the project description.
<Result> = GglAddressToCoordinates(<Google Key> , <Localization>)
<Result> = GglGetStaticMap(<Google Key> , <Latitude> , <Longitude> , <Zoom> , ...) |