menu
flutter_osm_plugin package
documentation
flutter_osm_plugin.dart
Instruction
Instruction constructor
Instruction constructor
dark_mode
light_mode
Instruction
constructor
Instruction
(
{
required
String
instruction
,
required
GeoPoint
geoPoint
,
})
Implementation
Instruction({ required this.instruction, required this.geoPoint, });
flutter_osm_plugin package
documentation
flutter_osm_plugin
Instruction
Instruction constructor
Instruction class