Preparations to implement reading Exhibits and Pois from json
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
namespace RothenburgAR.PointOfInterest
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace RothenburgAR.PointOfInterest
|
||||
{
|
||||
public interface IPoiPreloader
|
||||
{
|
||||
bool CanLoadPoiDirectory(string poiDirectory);
|
||||
PoiData PreloadPoi(string poiDirectory);
|
||||
List<PoiData> PreloadPoi(string poiDirectory);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user