Class Attribution

java.lang.Object
com.here.sdk.routing.Attribution

public final class Attribution extends Object

Holds all the data on a URL address to an external resource.

  • Field Details

    • href

      @Nullable public String href

      An URL address that links to a particular resource.

    • text

      @NonNull public String text

      Text describing the url address (e.g. The example website).

    • hrefText

      @Nullable public String hrefText

      The interactive (or clickable) portion of the text. If not present (default), the entire content of the text attribute will be considered.

    • type

      @NonNull public AttributionType type

      Attribution link type.

  • Method Details