From 7030d2baacf8ab393b46c2ca3def324e41e327fc Mon Sep 17 00:00:00 2001 From: Kenneth van Ewijk Date: Thu, 17 Dec 2015 00:20:51 +0100 Subject: [PATCH] Added reference to resource folders --- NavCityBreda/Helpers/Util.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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);