OsrmVoiceInstructions class
OsrmVoiceInstructions class for voice instructions
Constructors
- OsrmVoiceInstructions({num? distanceAlongGeometry, String? announcement, String? ssmlAnnouncement})
-
OsrmVoiceInstructions.fromMap(Map<
String, dynamic> json) -
fromMap method to get the OsrmVoiceInstructions from a json map
factory
Properties
- announcement → String?
-
announcement A string with the voice instruction.
final
- distanceAlongGeometry → num?
-
distanceAlongGeometry A float indicating the distance from the beginning of the step at which the voice instruction should be said.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssmlAnnouncement → String?
-
ssmlAnnouncement A string with the SSML markup of the voice instruction.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toMap method to get the OsrmVoiceInstructions as a json map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited