RealisticViewVectorImage (API Reference)
Class RealisticViewVectorImage
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 Summary
FieldsModifier and TypeFieldDescriptionThe full content of the junction view vector image as a string.The full content of the signpost vector image as a string. -
Constructor Summary
ConstructorsConstructorDescriptionRealisticViewVectorImage(String junctionViewSvgImageContent, String signpostSvgImageContent) Creates a new instance. -
Method Summary
-
Field Details
-
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.
-
-
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