OsrmVoiceInstructions constructor

OsrmVoiceInstructions({
  1. num? distanceAlongGeometry,
  2. String? announcement,
  3. String? ssmlAnnouncement,
})

Implementation

OsrmVoiceInstructions({
  this.distanceAlongGeometry,
  this.announcement,
  this.ssmlAnnouncement,
});