mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:56:30 +00:00
add gps matcher service
This commit is contained in:
@@ -21,11 +21,11 @@ namespace Azaion.Annotator.Controls;
|
||||
|
||||
public partial class MapMatcher : UserControl
|
||||
{
|
||||
private AppConfig _appConfig;
|
||||
List<MediaFileInfo> _allMediaFiles;
|
||||
private Dictionary<int, Annotation> _annotations;
|
||||
private string _currentDir;
|
||||
private IGpsMatcherService _gpsMatcherService;
|
||||
private AppConfig _appConfig = null!;
|
||||
List<MediaFileInfo> _allMediaFiles = new();
|
||||
private Dictionary<int, Annotation> _annotations = new();
|
||||
private string _currentDir = null!;
|
||||
private IGpsMatcherService _gpsMatcherService = null!;
|
||||
|
||||
public MapMatcher()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user