API Compatibility report 1.0.7528-1.0.7452

Copyright

Copyright © 2023 TomTom NV. All rights reserved.

This software is the proprietary copyright of TomTom NV and its subsidiaries and may be used for internal evaluation purposes or commercial use strictly subject to separate license agreement between you and TomTom NV. If you are the licensee, you are only permitted to use this software in accordance with the terms of your license agreement. If you are not the licensee, you are not authorized to use this software in any manner and should immediately return or destroy it.

Module platform_automotiveui_api_common_configuration

Type: class

Name: AutomotiveUiApiKeyStaticConfigurationProvider

  
  ctor public AutomotiveUiApiKeyStaticConfigurationProvider(String automotiveUiAnalyticsApiKey, String automotiveUiRoutingApiKey, String automotiveUiSearchApiKey, String automotiveUiTrafficApiKey, String automotiveUiMapDisplayApiKey, String automotiveUiReverseGeocoderApiKey);
  
  
  ctor public AutomotiveUiApiKeyStaticConfigurationProvider(String automotiveUiAnalyticsApiKey, String automotiveUiRoutingApiKey, String automotiveUiSearchApiKey, String automotiveUiTrafficApiKey, String automotiveUiMapDisplayApiKey, String automotiveUiReverseGeocoderApiKey, String automotiveUiWeatherApiKey);
  

Type: class

Name: AutomotiveUiApiKeyStaticConfigurationProvider

  
  method public String getAutomotiveUiWeatherApiKey();
  

Type: class

Name: AutomotiveUiApiKeyStaticConfigurationProvider

  
  property public final String automotiveUiWeatherApiKey;
  

Type: class

Name: AutomotiveUiConfigurationToolsKt

  
  method public static Boolean? getAutomotiveUiCerenceVoiceComponentEnabled(com.tomtom.ivi.platform.framework.api.configuration.api.StaticConfigurationProvider);
  

Type: class

Name: AutomotiveUiConfigurationToolsKt

  
  method public static String? getAutomotiveUiWeatherApiKey(com.tomtom.ivi.platform.framework.api.configuration.api.StaticConfigurationProvider);
  

Module platform_navigation_api_common_model

Type: class

Name: Place

  
  method public com.tomtom.ivi.platform.navigation.api.common.model.Coordinate component1();
  method public String? component2();
  method public com.tomtom.ivi.platform.navigation.api.common.model.Address? component3();
  method public com.tomtom.ivi.platform.navigation.api.common.model.Place copy(com.tomtom.ivi.platform.navigation.api.common.model.Coordinate coordinate, String? name, com.tomtom.ivi.platform.navigation.api.common.model.Address? address);
  

Module platform_navigation_api_testing_functional

Type: class

Name: ClearRouteRule

  
  
  @IviInternal public final class MapIdlingResourceRule extends com.tomtom.tools.android.testing.common.ResourceRule {
  ctor public MapIdlingResourceRule();