bmw-tech / atlas

An Extensible Map Abstraction for Flutter
https://bmw-tech.github.io/atlas/
MIT License
110 stars 19 forks source link

Support track playback and add custom method #150

Closed feaseo closed 1 year ago

feaseo commented 1 year ago

Add 'TrackPlayback' to realize the function of track playback.

Add the 'executeCustomMethod' method, which can be used for methods unique to different regions instead of creating a separate method.

codecov-commenter commented 1 year ago

Codecov Report

Merging #150 (cb683ce) into master (499bf2d) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #150   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        27    +1     
  Lines          438       464   +26     
=========================================
+ Hits           438       464   +26     
Flag Coverage Δ
atlas 100.00% <100.00%> (ø)
google_atlas 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/atlas/lib/src/atlas.dart 100.00% <100.00%> (ø)
packages/atlas/lib/src/cluster.dart 100.00% <100.00%> (ø)
packages/atlas/lib/src/track_playback.dart 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.