Class RealisticViewVectorImage

java.lang.Object
com.here.sdk.navigation.RealisticViewVectorImage

public final class RealisticViewVectorImage extends Object

A realistic view of a junction. The fields describing the realistic view are junctionViewSvgImageContent contains a SVG image of the junction view represented as a string. signpostSvgImageContent contains an SVG image of the signpost corresponding to the junction, also represented as a string. A valid realistic view contains a non-empty junctionViewSvgImageContent and a non-empty signpostSvgImageContent. Use RealisticViewWarningListener to get notifications with the realistic views of the upcoming junctions.

  • Field Details

    • junctionViewSvgImageContent

      @NonNull public String junctionViewSvgImageContent

      The full content of the junction view vector image as a string.

    • signpostSvgImageContent

      @NonNull public String signpostSvgImageContent

      The full content of the signpost vector image as a string.

  • Constructor Details

    • RealisticViewVectorImage

      public RealisticViewVectorImage(@NonNull String junctionViewSvgImageContent, @NonNull String signpostSvgImageContent)

      Creates a new instance.

      Parameters:
      junctionViewSvgImageContent -

      The full content of the junction view vector image as a string.

      signpostSvgImageContent -

      The full content of the signpost vector image as a string.

  • Method Details