RealisticViewVectorImage class
A realistic view of a junction.
The fields describing the realistic view are
RealisticViewVectorImage.junctionViewSvgImageContent contains a SVG image of the junction view
represented as a string.
RealisticViewVectorImage.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 RealisticViewVectorImage.junctionViewSvgImageContent and a
non-empty RealisticViewVectorImage.signpostSvgImageContent.
Use RealisticViewWarningListener to get notifications with the realistic views of the upcoming junctions.
Constructors
- RealisticViewVectorImage(String junctionViewSvgImageContent, String signpostSvgImageContent)
- Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setter
- junctionViewSvgImageContent ↔ String
-
The full content of the junction view vector image as a string.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signpostSvgImageContent ↔ String
-
The full content of the signpost vector image as a string.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool - The equality operator.