RealisticViewVectorImage constructor
- String junctionViewSvgImageContent,
- String signpostSvgImageContent
Creates a new instance.
junctionViewSvgImageContentThe full content of the junction view vector image as a string.signpostSvgImageContentThe full content of the signpost vector image as a string.
Implementation
RealisticViewVectorImage(this.junctionViewSvgImageContent, this.signpostSvgImageContent);