public void Nearest_Response() { var result = osrm.Nearest(new Location(52.4224, 13.333086)); CheckStatus200(result); Assert.IsNotNull(result.MappedCoordinate); }
private static void Nearest4x(OsrmClient osrm) { var result = osrm.Nearest(new Location(52.4224, 13.333086)); }