menu
mapsforge_flutter_mapfile package
documentation
mapfile_writer.dart
Wayholder
innerAddAll method
innerAddAll method
dark_mode
light_mode
innerAddAll
method
void
innerAddAll
(
List
<
Waypath
>
waypaths
)
Implementation
void innerAddAll(List<Waypath> waypaths) { _boundingBox = null; _inner.addAll(waypaths); }
mapsforge_flutter_mapfile package
documentation
mapfile_writer
Wayholder
innerAddAll method
Wayholder class