BrandLogo (API Reference)
Package com.here.sdk.core
Class BrandLogo
java.lang.Object
com.here.sdk.core.BrandLogo
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 Summary
FieldsModifier and TypeFieldDescriptionURL from where the image data can be fetched.URL from where a thumbnail of the image can be fetched, if available. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fullsizeURL
URL from where the image data can be fetched.
-
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