Skip to main content
Skip table of contents

Admin: Geolocation setup

The following Geolocation providers are supported by RPI: 

  • Bing 

  • Azure

To use Geolocation functionality in RPI realtime decisions with Bing or Azure, you will need a Map API key.  This will need to be obtained from the respective provider, and will need to be referenced at the RPI Realtime appsettings file’s MapAPIKey setting. 

In addition, the Geolocation plugins section in the AppSettings file will need to reference the provider of choice, as per this example:

CODE
"GeolocationSettings": {
            "Provider": "Azure",
            "APIKey": "xxx",
            "WeatherUnits": "Metric",
            "CoordsCacheTimespanMinutes": 0,
            "PluginAssembly": "",
            "PluginType": "",
            "PluginSettings": []}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.