diff --git a/NavCityBreda/Helpers/Util.cs b/NavCityBreda/Helpers/Util.cs index 76e3a44..ecc8a13 100644 --- a/NavCityBreda/Helpers/Util.cs +++ b/NavCityBreda/Helpers/Util.cs @@ -20,6 +20,22 @@ namespace NavCityBreda.Helpers } } + public static string RouteWaypointsFolder + { + get + { + return "Routes/Waypoints/"; + } + } + + public static string RouteImagesFolder + { + get + { + return "Routes/Images/"; + } + } + public static async Task FindLocation(string location, Geopoint reference) { MapLocationFinderResult result = await MapLocationFinder.FindLocationsAsync(location, reference);