Class BrandLogo

java.lang.Object
com.here.sdk.core.BrandLogo

public final class BrandLogo extends Object

Represents image link to the company's logo. Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • fullsizeURL

      @NonNull public String fullsizeURL

      URL from where the image data can be fetched.

    • thumbnailURL

      @Nullable public String thumbnailURL

      URL from where a thumbnail of the image can be fetched, if available.

  • Constructor Details

    • BrandLogo

      public BrandLogo()

      Creates a new instance.

  • Method Details