How to determine whether you are using platform shipped keys for Google Maps?Google maps feature is enabled by the below pluginPlugin Name: Google Maps Plugin Plugin Id: com.glideapp.google_maps There are few properties in this plugin that will drive how the maps can be accessed. The plugin uses these property values to render the maps and for other location related features. 1. To see those properties that drive the Maps functionality, you can type Google Maps in the navigator and select the menu item under System properties 2. To check if you are using ServiceNow keys, go to system properties and see the following property values google.maps.method google.maps.client google.maps.key google.maps.key.geocoding 3. If the value of the property "google.maps.method" is "key", check if the properties (google.maps.key, google.maps.key.geocoding) are empty. If these properties are empty, it means you are depending on the ServiceNow keys. 4. If the value of the property "google.maps.method" is "client-id", check if the property "google.maps.client" value is "gme-servicenow". If yes, then you are using the ServiceNow Keys.