sdk-maps / com.tomtom.online.sdk.map / LogoSettings

LogoSettings

@DeprecatedSince(11, 2019) interface LogoSettings

Settings for manipulating logo colors. To obtain this interface, call TomtomMap#getLogoSettings()

Functions

applyDefaultLogo

abstract fun applyDefaultLogo(): Unit

Change TomTom logo to default colors in which text is black. Recommended usage is for styles with bright colors (e.g. base style).

applyInvertedLogo

abstract fun applyInvertedLogo(): Unit

Change TomTom logo to inverted mode in which text is white. Recommended usage is for styles with dark colors (e.g. night style).