Documentation Axxon Next 4.6.0: |
You can use Google Maps in Axxon Next 4.6.0 and later versions. To use Google Maps as an interactive map in Axxon Next, do the following:
Sign up for Google Cloud. To do this, contact one of the Google Cloud partners at https://cloud.withgoogle.com/partners/ and request an access to the Google Cloud console (account).
Individuals can sign up for Google Cloud by themselves. In this case, Credit Card will be used for payment. |
Subscribe and find a link to the Api Key in your account. Use this key for each Axxon Next client. You will be billed by subscription, and your company will receive invoices for payment. See the pricing at https://mapsplatform.google.com/pricing/.
Add the following code block to this text file in the <mapProviders> section:
<provider name="GoogleMap"> <param name="Id" value="D7287DA0-A7FF-405F-8166-B6BAF26D066C" /> <param name="Copyright" value="Map data © Google 2020" /> <param name="MinZoom" value="3" /> <param name="MaxZoom" value="17" /> <param name="DefaultZoom" value="9" /> <param name="Enabled" value="true" /> <param name="ApiKey" value="" /> </provider> |
For the ApiKey parameter, set the received key.
<param name="ApiKey" value="received key" /> |
Google Maps will only become available if the ApiKey is set. |
Save changes to file.
Launch the Axxon Next Client.
Repeat steps a-f on all Axxon Next Clients where you plan to use Google Maps.
It is necessary to update the AxxonNext.exe.config configuration file after each update of the Axxon Next Client. |
As a result, it will be possible to use the geodata of the Google Maps provider as a map in Axxon Next.