OsrmBannerInstructions constructor

OsrmBannerInstructions({
  1. num? distanceAlongGeometry,
  2. String? primary,
  3. String? secondary,
  4. String? sub,
  5. String? imageBaseUrl,
  6. String? type,
  7. String? modifier,
  8. num? degrees,
})

Implementation

OsrmBannerInstructions({
  this.distanceAlongGeometry,
  this.primary,
  this.secondary,
  this.sub,
  this.imageBaseUrl,
  this.type,
  this.modifier,
  this.degrees,
});