Added reference to resource folders

This commit is contained in:
2015-12-17 00:20:51 +01:00
parent add919274b
commit 7030d2baac
+16
View File
@@ -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<MapLocation> FindLocation(string location, Geopoint reference)
{
MapLocationFinderResult result = await MapLocationFinder.FindLocationsAsync(location, reference);