RealisticViewVectorImage constructor

RealisticViewVectorImage(
  1. String junctionViewSvgImageContent,
  2. String signpostSvgImageContent
)

Creates a new instance.

  • 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.

Implementation

RealisticViewVectorImage(this.junctionViewSvgImageContent, this.signpostSvgImageContent);